pub struct TypeWriter { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for TypeWriter
impl RefUnwindSafe for TypeWriter
impl Send for TypeWriter
impl Sync for TypeWriter
impl Unpin for TypeWriter
impl UnsafeUnpin for TypeWriter
impl UnwindSafe for TypeWriter
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