pub struct Printed<'t, T: ?Sized>(/* private fields */);
Expand description
Printed value.
Trait Implementations§
Auto Trait Implementations§
impl<'t, T> Freeze for Printed<'t, T>where
T: ?Sized,
impl<'t, T> RefUnwindSafe for Printed<'t, T>where
T: RefUnwindSafe + ?Sized,
impl<'t, T> Send for Printed<'t, T>
impl<'t, T> Sync for Printed<'t, T>
impl<'t, T> Unpin for Printed<'t, T>where
T: ?Sized,
impl<'t, T> UnwindSafe for Printed<'t, T>where
T: RefUnwindSafe + ?Sized,
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