pub struct YamlOutput;
Implementations§
Source§impl YamlOutput
impl YamlOutput
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YamlOutput
impl RefUnwindSafe for YamlOutput
impl Send for YamlOutput
impl Sync for YamlOutput
impl Unpin for YamlOutput
impl UnwindSafe for YamlOutput
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