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