pub enum CaptureRaw {
None,
Line,
Json,
Both,
}Variants§
Trait Implementations§
Source§impl Clone for CaptureRaw
impl Clone for CaptureRaw
Source§fn clone(&self) -> CaptureRaw
fn clone(&self) -> CaptureRaw
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 CaptureRaw
impl Debug for CaptureRaw
Source§impl Default for CaptureRaw
impl Default for CaptureRaw
Source§fn default() -> CaptureRaw
fn default() -> CaptureRaw
Returns the “default value” for a type. Read more
Source§impl PartialEq for CaptureRaw
impl PartialEq for CaptureRaw
Source§fn eq(&self, other: &CaptureRaw) -> bool
fn eq(&self, other: &CaptureRaw) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CaptureRaw
impl Eq for CaptureRaw
impl StructuralPartialEq for CaptureRaw
Auto Trait Implementations§
impl Freeze for CaptureRaw
impl RefUnwindSafe for CaptureRaw
impl Send for CaptureRaw
impl Sync for CaptureRaw
impl Unpin for CaptureRaw
impl UnsafeUnpin for CaptureRaw
impl UnwindSafe for CaptureRaw
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