Struct json_ld::rdf::CompoundValue
source · [−]pub struct CompoundValue<'a, T, B, M> { /* private fields */ }
Auto Trait Implementations
impl<'a, T, B, M> RefUnwindSafe for CompoundValue<'a, T, B, M>where
B: RefUnwindSafe,
M: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, B, M> Send for CompoundValue<'a, T, B, M>where
B: Send + Sync,
M: Sync,
T: Send + Sync,
impl<'a, T, B, M> Sync for CompoundValue<'a, T, B, M>where
B: Sync,
M: Sync,
T: Sync,
impl<'a, T, B, M> Unpin for CompoundValue<'a, T, B, M>where
B: Unpin,
T: Unpin,
impl<'a, T, B, M> UnwindSafe for CompoundValue<'a, T, B, M>where
B: UnwindSafe + RefUnwindSafe,
M: RefUnwindSafe,
T: UnwindSafe + 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