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