pub enum MartSound {
Purchase,
}Expand description
Sound cues the mart layer can request.
Variants§
Purchase
A purchase was committed successfully.
Trait Implementations§
impl Copy for MartSound
impl Eq for MartSound
impl StructuralPartialEq for MartSound
Auto Trait Implementations§
impl Freeze for MartSound
impl RefUnwindSafe for MartSound
impl Send for MartSound
impl Sync for MartSound
impl Unpin for MartSound
impl UnsafeUnpin for MartSound
impl UnwindSafe for MartSound
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