pub enum EventSound {
Notes,
Rest,
}Expand description
How one planned event should sound.
Variants§
Trait Implementations§
Source§impl Clone for EventSound
impl Clone for EventSound
Source§fn clone(&self) -> EventSound
fn clone(&self) -> EventSound
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventSound
impl Debug for EventSound
impl Eq for EventSound
Source§impl PartialEq for EventSound
impl PartialEq for EventSound
impl StructuralPartialEq for EventSound
Auto Trait Implementations§
impl Freeze for EventSound
impl RefUnwindSafe for EventSound
impl Send for EventSound
impl Sync for EventSound
impl Unpin for EventSound
impl UnsafeUnpin for EventSound
impl UnwindSafe for EventSound
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