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