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