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