pub struct YamlMap(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YamlMap
impl RefUnwindSafe for YamlMap
impl Send for YamlMap
impl Sync for YamlMap
impl Unpin for YamlMap
impl UnwindSafe for YamlMap
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