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