Struct schema_org_constants::ScheduleIri
source · pub struct ScheduleIri;Trait Implementations§
source§impl PartialEq<&str> for ScheduleIri
impl PartialEq<&str> for ScheduleIri
source§impl PartialEq<ScheduleIri> for &str
impl PartialEq<ScheduleIri> for &str
source§fn eq(&self, other: &ScheduleIri) -> bool
fn eq(&self, other: &ScheduleIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for ScheduleIri
impl RefUnwindSafe for ScheduleIri
impl Send for ScheduleIri
impl Sync for ScheduleIri
impl Unpin for ScheduleIri
impl UnwindSafe for ScheduleIri
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