pub enum V1 {
}Expand description
This enum is for storing generic data V1, the data type is the field name.
Variants§
Trait Implementations§
impl StructuralPartialEq for V1
Auto Trait Implementations§
impl Freeze for V1
impl RefUnwindSafe for V1
impl Send for V1
impl Sync for V1
impl Unpin for V1
impl UnwindSafe for V1
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