Struct json_ld::rdf::CompoundLiteral
source · pub struct CompoundLiteral<T, B> { /* private fields */ }
Expand description
Compound literal.
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§
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