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