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