pub struct StringEvent(/* private fields */);
Expand description
An event for any type that can be converted into a string.
Trait Implementations§
Source§impl Debug for StringEvent
impl Debug for StringEvent
Source§impl Hash for StringEvent
impl Hash for StringEvent
Source§impl PartialEq for StringEvent
impl PartialEq for StringEvent
impl Eq for StringEvent
impl StructuralPartialEq for StringEvent
Auto Trait Implementations§
impl Freeze for StringEvent
impl RefUnwindSafe for StringEvent
impl Send for StringEvent
impl Sync for StringEvent
impl Unpin for StringEvent
impl UnwindSafe for StringEvent
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