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