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