pub struct CapturedRaw {
pub line: Option<String>,
pub json: Option<Value>,
}Fields§
§line: Option<String>§json: Option<Value>Trait Implementations§
Source§impl Clone for CapturedRaw
impl Clone for CapturedRaw
Source§fn clone(&self) -> CapturedRaw
fn clone(&self) -> CapturedRaw
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 CapturedRaw
impl Debug for CapturedRaw
Source§impl PartialEq for CapturedRaw
impl PartialEq for CapturedRaw
Source§fn eq(&self, other: &CapturedRaw) -> bool
fn eq(&self, other: &CapturedRaw) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CapturedRaw
Auto Trait Implementations§
impl Freeze for CapturedRaw
impl RefUnwindSafe for CapturedRaw
impl Send for CapturedRaw
impl Sync for CapturedRaw
impl Unpin for CapturedRaw
impl UnsafeUnpin for CapturedRaw
impl UnwindSafe for CapturedRaw
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