usbalbin / xo-api-client

Rust library for accessing Xen Orchestra through its websocket API
Apache License 2.0
0 stars 0 forks source link

impl Hash for id types #17

Closed usbalbin closed 2 years ago

usbalbin commented 2 years ago

implement Hash for id types like VmId and similar. This is required for using id types as key in HashMaps.

implement From<String> for Token.