Enum vdf_parser::VdfValue
source · pub enum VdfValue {
String(String),
Block(HashMap<String, VdfAttribute>),
}
Variants§
Trait Implementations§
source§impl PartialEq for VdfValue
impl PartialEq for VdfValue
impl StructuralPartialEq for VdfValue
Auto Trait Implementations§
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