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