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