pub enum Version {
V001,
}Variants§
V001
Implementations§
Trait Implementations§
Source§impl FixedSize for Version
impl FixedSize for Version
Source§fn encoded_size() -> usize
fn encoded_size() -> usize
Returns the size in bytes that this type will occupy when encoded. Read more
impl Copy for Version
impl Eq 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 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