pub struct RdfVocab;Implementations§
Source§impl RdfVocab
impl RdfVocab
pub const RDF_REIFIES: &'static str
pub fn rdf_reifies() -> &'static IriS
Source§impl RdfVocab
impl RdfVocab
pub const RDF_LANG_STRING: &'static str
pub fn rdf_lang_string() -> &'static IriS
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RdfVocab
impl RefUnwindSafe for RdfVocab
impl Send for RdfVocab
impl Sync for RdfVocab
impl Unpin for RdfVocab
impl UnsafeUnpin for RdfVocab
impl UnwindSafe for RdfVocab
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