pub enum KvVersion {
V1 = 1,
V2 = 2,
}Variants§
Trait Implementations§
impl StructuralPartialEq for KvVersion
Auto Trait Implementations§
impl Freeze for KvVersion
impl RefUnwindSafe for KvVersion
impl Send for KvVersion
impl Sync for KvVersion
impl Unpin for KvVersion
impl UnwindSafe for KvVersion
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