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