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