pub struct YAMLFormat {}
Trait Implementations§
Source§impl FormatHandler for YAMLFormat
impl FormatHandler for YAMLFormat
Auto Trait Implementations§
impl Freeze for YAMLFormat
impl RefUnwindSafe for YAMLFormat
impl Send for YAMLFormat
impl Sync for YAMLFormat
impl Unpin for YAMLFormat
impl UnwindSafe for YAMLFormat
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