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