pub enum SummaryStyle {
Bullets,
Paragraph,
KeyPoints,
Executive,
}Variants§
Bullets
Bullet points
Paragraph
Paragraph form
KeyPoints
Key points only
Executive
Executive summary
Trait Implementations§
Source§impl Clone for SummaryStyle
impl Clone for SummaryStyle
Source§fn clone(&self) -> SummaryStyle
fn clone(&self) -> SummaryStyle
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 moreAuto Trait Implementations§
impl Freeze for SummaryStyle
impl RefUnwindSafe for SummaryStyle
impl Send for SummaryStyle
impl Sync for SummaryStyle
impl Unpin for SummaryStyle
impl UnsafeUnpin for SummaryStyle
impl UnwindSafe for SummaryStyle
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