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