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