pub enum SummaryLength {
Brief,
Medium,
Detailed,
}Expand description
Summary length preference.
Variants§
Trait Implementations§
Source§impl Clone for SummaryLength
impl Clone for SummaryLength
Source§fn clone(&self) -> SummaryLength
fn clone(&self) -> SummaryLength
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 moreimpl Copy for SummaryLength
Source§impl Debug for SummaryLength
impl Debug for SummaryLength
Source§impl<'de> Deserialize<'de> for SummaryLength
impl<'de> Deserialize<'de> for SummaryLength
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
impl Eq for SummaryLength
Source§impl PartialEq for SummaryLength
impl PartialEq for SummaryLength
Source§fn eq(&self, other: &SummaryLength) -> bool
fn eq(&self, other: &SummaryLength) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SummaryLength
impl Serialize for SummaryLength
impl StructuralPartialEq for SummaryLength
Auto Trait Implementations§
impl Freeze for SummaryLength
impl RefUnwindSafe for SummaryLength
impl Send for SummaryLength
impl Sync for SummaryLength
impl Unpin for SummaryLength
impl UnsafeUnpin for SummaryLength
impl UnwindSafe for SummaryLength
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