pub struct Emitter<'a> { /* private fields */ }
Expand description
A YAML emitter.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Emitter<'a>
impl<'a> !RefUnwindSafe for Emitter<'a>
impl<'a> !Send for Emitter<'a>
impl<'a> !Sync for Emitter<'a>
impl<'a> Unpin for Emitter<'a>
impl<'a> !UnwindSafe for Emitter<'a>
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