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