pub struct SetFormat<CS>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<CS> Freeze for SetFormat<CS>where
CS: Freeze,
impl<CS> RefUnwindSafe for SetFormat<CS>where
CS: RefUnwindSafe,
impl<CS> Send for SetFormat<CS>where
CS: Send,
impl<CS> Sync for SetFormat<CS>where
CS: Sync,
impl<CS> Unpin for SetFormat<CS>where
CS: Unpin,
impl<CS> UnwindSafe for SetFormat<CS>where
CS: UnwindSafe,
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