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