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