pub struct ChimeStartedPlayingEvent {
pub chime_id: Option<u8>,
}Fields§
§chime_id: Option<u8>Trait Implementations§
Source§impl Debug for ChimeStartedPlayingEvent
impl Debug for ChimeStartedPlayingEvent
Auto Trait Implementations§
impl Freeze for ChimeStartedPlayingEvent
impl RefUnwindSafe for ChimeStartedPlayingEvent
impl Send for ChimeStartedPlayingEvent
impl Sync for ChimeStartedPlayingEvent
impl Unpin for ChimeStartedPlayingEvent
impl UnsafeUnpin for ChimeStartedPlayingEvent
impl UnwindSafe for ChimeStartedPlayingEvent
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