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