Struct json_ld_core::rdf::CompoundLiteralTriples
source · pub struct CompoundLiteralTriples<T, B> { /* private fields */ }
Expand description
Iterator over the triples of a compound literal representing a language tagged string with direction.
Auto Trait Implementations§
impl<T, B> RefUnwindSafe for CompoundLiteralTriples<T, B>where B: RefUnwindSafe, T: RefUnwindSafe,
impl<T, B> Send for CompoundLiteralTriples<T, B>where B: Send, T: Send,
impl<T, B> Sync for CompoundLiteralTriples<T, B>where B: Sync, T: Sync,
impl<T, B> Unpin for CompoundLiteralTriples<T, B>where B: Unpin, T: Unpin,
impl<T, B> UnwindSafe for CompoundLiteralTriples<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