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