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