pub struct DesktopWebPlatformIri;
Trait Implementations§
Source§impl PartialEq<&str> for DesktopWebPlatformIri
impl PartialEq<&str> for DesktopWebPlatformIri
Source§impl PartialEq<DesktopWebPlatformIri> for &str
impl PartialEq<DesktopWebPlatformIri> for &str
Auto Trait Implementations§
impl Freeze for DesktopWebPlatformIri
impl RefUnwindSafe for DesktopWebPlatformIri
impl Send for DesktopWebPlatformIri
impl Sync for DesktopWebPlatformIri
impl Unpin for DesktopWebPlatformIri
impl UnwindSafe for DesktopWebPlatformIri
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