pub enum RawOutputPolicy {
Persist,
PersistGzipOnFinalize,
MemoryOnly,
Disabled,
}Variants§
Trait Implementations§
Source§impl Clone for RawOutputPolicy
impl Clone for RawOutputPolicy
Source§fn clone(&self) -> RawOutputPolicy
fn clone(&self) -> RawOutputPolicy
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 RawOutputPolicy
impl Debug for RawOutputPolicy
Source§impl PartialEq for RawOutputPolicy
impl PartialEq for RawOutputPolicy
Source§fn eq(&self, other: &RawOutputPolicy) -> bool
fn eq(&self, other: &RawOutputPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RawOutputPolicy
impl Eq for RawOutputPolicy
impl StructuralPartialEq for RawOutputPolicy
Auto Trait Implementations§
impl Freeze for RawOutputPolicy
impl RefUnwindSafe for RawOutputPolicy
impl Send for RawOutputPolicy
impl Sync for RawOutputPolicy
impl Unpin for RawOutputPolicy
impl UnsafeUnpin for RawOutputPolicy
impl UnwindSafe for RawOutputPolicy
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