pub struct RealEstateAgentPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for RealEstateAgentPropertyIri
impl PartialEq<&str> for RealEstateAgentPropertyIri
Source§impl PartialEq<RealEstateAgentPropertyIri> for &str
impl PartialEq<RealEstateAgentPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for RealEstateAgentPropertyIri
impl RefUnwindSafe for RealEstateAgentPropertyIri
impl Send for RealEstateAgentPropertyIri
impl Sync for RealEstateAgentPropertyIri
impl Unpin for RealEstateAgentPropertyIri
impl UnwindSafe for RealEstateAgentPropertyIri
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