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