Struct schema_org_constants::NgoIri
source · pub struct NgoIri;Trait Implementations§
source§impl PartialEq<&str> for NgoIri
impl PartialEq<&str> for NgoIri
Auto Trait Implementations§
impl Freeze for NgoIri
impl RefUnwindSafe for NgoIri
impl Send for NgoIri
impl Sync for NgoIri
impl Unpin for NgoIri
impl UnwindSafe for NgoIri
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