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