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