pub enum BackgroundSoundChoice {
Office,
Off,
}
Variants§
Trait Implementations§
Source§impl Clone for BackgroundSoundChoice
impl Clone for BackgroundSoundChoice
Source§fn clone(&self) -> BackgroundSoundChoice
fn clone(&self) -> BackgroundSoundChoice
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BackgroundSoundChoice
impl Debug for BackgroundSoundChoice
Source§impl Default for BackgroundSoundChoice
impl Default for BackgroundSoundChoice
Source§fn default() -> BackgroundSoundChoice
fn default() -> BackgroundSoundChoice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackgroundSoundChoice
impl<'de> Deserialize<'de> for BackgroundSoundChoice
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BackgroundSoundChoice
impl PartialEq for BackgroundSoundChoice
Source§impl Serialize for BackgroundSoundChoice
impl Serialize for BackgroundSoundChoice
impl StructuralPartialEq for BackgroundSoundChoice
Auto Trait Implementations§
impl Freeze for BackgroundSoundChoice
impl RefUnwindSafe for BackgroundSoundChoice
impl Send for BackgroundSoundChoice
impl Sync for BackgroundSoundChoice
impl Unpin for BackgroundSoundChoice
impl UnwindSafe for BackgroundSoundChoice
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