pub struct VdfStruct {
pub pairs: HashMap<String, VdfValue>,
}Expand description
Represents a Vdf Complextype with multiple key value pairs, where the value can be further nested structs
Fields§
§pairs: HashMap<String, VdfValue>Trait Implementations§
Auto Trait Implementations§
impl Freeze for VdfStruct
impl RefUnwindSafe for VdfStruct
impl Send for VdfStruct
impl Sync for VdfStruct
impl Unpin for VdfStruct
impl UnwindSafe for VdfStruct
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