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