Struct json_ld_core::rdf::Displayed
source · [−]pub struct Displayed<'a, T: ?Sized>(_);
Trait Implementations
Auto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for Displayed<'a, T>where
T: RefUnwindSafe,
impl<'a, T: ?Sized> Send for Displayed<'a, T>where
T: Sync,
impl<'a, T: ?Sized> Sync for Displayed<'a, T>where
T: Sync,
impl<'a, T: ?Sized> Unpin for Displayed<'a, T>
impl<'a, T: ?Sized> UnwindSafe for Displayed<'a, 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