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