pub struct NullOptions {}
Trait Implementations§
impl IndentedOptions<'_> for NullOptions
Auto Trait Implementations§
impl Freeze for NullOptions
impl RefUnwindSafe for NullOptions
impl Send for NullOptions
impl Sync for NullOptions
impl Unpin for NullOptions
impl UnwindSafe for NullOptions
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