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