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