pub enum OptionsList {
DB,
Background,
Assets,
}Variants§
Trait Implementations§
Source§impl Clone for OptionsList
impl Clone for OptionsList
Source§fn clone(&self) -> OptionsList
fn clone(&self) -> OptionsList
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 OptionsList
impl Debug for OptionsList
Source§impl<'de> Deserialize<'de> for OptionsList
impl<'de> Deserialize<'de> for OptionsList
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 OptionsList
impl PartialEq for OptionsList
Source§fn eq(&self, other: &OptionsList) -> bool
fn eq(&self, other: &OptionsList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OptionsList
impl Serialize for OptionsList
impl Eq for OptionsList
impl StructuralPartialEq for OptionsList
Auto Trait Implementations§
impl Freeze for OptionsList
impl RefUnwindSafe for OptionsList
impl Send for OptionsList
impl Sync for OptionsList
impl Unpin for OptionsList
impl UnsafeUnpin for OptionsList
impl UnwindSafe for OptionsList
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