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