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