pub enum ImageHandling {
Strip,
Filter,
Keep,
}Expand description
How to handle images in the summarized article.
Variants§
Trait Implementations§
Source§impl Clone for ImageHandling
impl Clone for ImageHandling
Source§fn clone(&self) -> ImageHandling
fn clone(&self) -> ImageHandling
Returns a duplicate 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 ImageHandling
impl Debug for ImageHandling
Source§impl Default for ImageHandling
impl Default for ImageHandling
Source§fn default() -> ImageHandling
fn default() -> ImageHandling
Returns the “default value” for a type. Read more
Source§impl Ord for ImageHandling
impl Ord for ImageHandling
Source§fn cmp(&self, other: &ImageHandling) -> Ordering
fn cmp(&self, other: &ImageHandling) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImageHandling
impl PartialEq for ImageHandling
Source§impl PartialOrd for ImageHandling
impl PartialOrd for ImageHandling
impl Copy for ImageHandling
impl Eq for ImageHandling
impl StructuralPartialEq for ImageHandling
Auto Trait Implementations§
impl Freeze for ImageHandling
impl RefUnwindSafe for ImageHandling
impl Send for ImageHandling
impl Sync for ImageHandling
impl Unpin for ImageHandling
impl UnwindSafe for ImageHandling
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