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