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