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