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