pub struct ToStringProcessor;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToStringProcessor
impl RefUnwindSafe for ToStringProcessor
impl Send for ToStringProcessor
impl Sync for ToStringProcessor
impl Unpin for ToStringProcessor
impl UnwindSafe for ToStringProcessor
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