pub struct TypeFormat;Expand description
Type format state.
Auto Trait Implementations§
impl Freeze for TypeFormat
impl RefUnwindSafe for TypeFormat
impl Send for TypeFormat
impl Sync for TypeFormat
impl Unpin for TypeFormat
impl UnwindSafe for TypeFormat
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