Enum fiberplane_models::notebooks::StackingType
source · #[non_exhaustive]pub enum StackingType {
None,
Stacked,
Percentage,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl Clone for StackingType
impl Clone for StackingType
source§fn clone(&self) -> StackingType
fn clone(&self) -> StackingType
Returns a copy of the value. Read more
1.0.0 · 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 StackingType
impl Debug for StackingType
source§impl Default for StackingType
impl Default for StackingType
source§fn default() -> StackingType
fn default() -> StackingType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StackingType
impl<'de> Deserialize<'de> for StackingType
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 StackingType
impl PartialEq for StackingType
source§fn eq(&self, other: &StackingType) -> bool
fn eq(&self, other: &StackingType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for StackingType
impl Serialize for StackingType
impl Copy for StackingType
impl Eq for StackingType
impl StructuralPartialEq for StackingType
Auto Trait Implementations§
impl Freeze for StackingType
impl RefUnwindSafe for StackingType
impl Send for StackingType
impl Sync for StackingType
impl Unpin for StackingType
impl UnwindSafe for StackingType
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