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