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