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