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