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