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