Struct json_syntax::print::Printed
source · [−]pub struct Printed<'t, T: ?Sized>(_, _, _);
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more