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