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