pub enum Version {
V221,
V211,
}Expand description
The OCPI versions supported by this crate.
Variants§
V221
OCPI version 2.2.1.
See: https://github.com/ocpi/ocpi/tree/release-2.2.1-bugfixes.
V211
OCPI version 2.1.1.
See: https://github.com/ocpi/ocpi/tree/release-2.1.1-bugfixes.
Trait Implementations§
impl Copy for Version
impl StructuralPartialEq for Version
Auto Trait Implementations§
impl Freeze for Version
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnsafeUnpin for Version
impl UnwindSafe for Version
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more