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