pub enum InflateFlush {
NoFlush = 0,
SyncFlush = 2,
Finish = 4,
Block = 5,
Trees = 6,
}Variants§
Trait Implementations§
Source§impl Clone for InflateFlush
impl Clone for InflateFlush
Source§fn clone(&self) -> InflateFlush
fn clone(&self) -> InflateFlush
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 InflateFlush
Source§impl Debug for InflateFlush
impl Debug for InflateFlush
Source§impl Default for InflateFlush
impl Default for InflateFlush
Source§fn default() -> InflateFlush
fn default() -> InflateFlush
Returns the “default value” for a type. Read more
impl Eq for InflateFlush
Source§impl PartialEq for InflateFlush
impl PartialEq for InflateFlush
Source§fn eq(&self, other: &InflateFlush) -> bool
fn eq(&self, other: &InflateFlush) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InflateFlush
Auto Trait Implementations§
impl Freeze for InflateFlush
impl RefUnwindSafe for InflateFlush
impl Send for InflateFlush
impl Sync for InflateFlush
impl Unpin for InflateFlush
impl UnsafeUnpin for InflateFlush
impl UnwindSafe for InflateFlush
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