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