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