pub enum VdfValue {
String(String),
Block(HashMap<String, VdfAttribute>),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for VdfValue
Auto Trait Implementations§
impl Freeze for VdfValue
impl RefUnwindSafe for VdfValue
impl Send for VdfValue
impl Sync for VdfValue
impl Unpin for VdfValue
impl UnwindSafe for VdfValue
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