pub struct ToRdf<'v, 'g, V: Vocabulary, M, G> { /* private fields */ }
Implementations§
source§impl<'v, 'g, V: Vocabulary, M, G: MetaGenerator<V, M>> ToRdf<'v, 'g, V, M, G>
impl<'v, 'g, V: Vocabulary, M, G: MetaGenerator<V, M>> ToRdf<'v, 'g, V, M, G>
pub fn quads<'a: 'v + 'g>(&'a mut self) -> Quads<'a, 'v, 'g, V, M, G> ⓘ
pub fn cloned_quads<'a: 'v + 'g>( &'a mut self ) -> ClonedQuads<'a, 'v, 'g, V, M, G> ⓘ
pub fn vocabulary(&self) -> &V
pub fn vocabulary_mut(&mut self) -> &mut V
pub fn into_vocabulary(self) -> &'v mut V
pub fn generator(&self) -> &G
pub fn generator_mut(&mut self) -> &mut G
pub fn into_generator(self) -> &'g mut G
pub fn document(&self) -> &Meta<ExpandedDocument<V::Iri, V::BlankId, M>, M>
pub fn document_mut( &mut self ) -> &mut Meta<ExpandedDocument<V::Iri, V::BlankId, M>, M>
pub fn into_document(self) -> Meta<ExpandedDocument<V::Iri, V::BlankId, M>, M>
Auto Trait Implementations§
impl<'v, 'g, V, M, G> RefUnwindSafe for ToRdf<'v, 'g, V, M, G>where G: RefUnwindSafe, M: RefUnwindSafe, V: RefUnwindSafe, <V as BlankIdVocabulary>::BlankId: RefUnwindSafe, <V as IriVocabulary>::Iri: RefUnwindSafe,
impl<'v, 'g, V, M, G> Send for ToRdf<'v, 'g, V, M, G>where G: Send, M: Send, V: Send, <V as BlankIdVocabulary>::BlankId: Send, <V as IriVocabulary>::Iri: Send,
impl<'v, 'g, V, M, G> Sync for ToRdf<'v, 'g, V, M, G>where G: Sync, M: Sync, V: Sync, <V as BlankIdVocabulary>::BlankId: Sync, <V as IriVocabulary>::Iri: Sync,
impl<'v, 'g, V, M, G> Unpin for ToRdf<'v, 'g, V, M, G>where M: Unpin, <V as IriVocabulary>::Iri: Unpin,
impl<'v, 'g, V, M, G> !UnwindSafe for ToRdf<'v, 'g, V, M, G>
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