pub struct ExtractOutput {
pub schema_version: String,
pub source: Source,
pub snapshot: Snapshot,
pub stats: Stats,
pub generated_at: String,
pub raw_events: Option<Vec<Value>>,
}Fields§
§schema_version: String§source: Source§snapshot: Snapshot§stats: Stats§generated_at: String§raw_events: Option<Vec<Value>>Trait Implementations§
Source§impl Clone for ExtractOutput
impl Clone for ExtractOutput
Source§fn clone(&self) -> ExtractOutput
fn clone(&self) -> ExtractOutput
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 ExtractOutput
impl Debug for ExtractOutput
Auto Trait Implementations§
impl Freeze for ExtractOutput
impl RefUnwindSafe for ExtractOutput
impl Send for ExtractOutput
impl Sync for ExtractOutput
impl Unpin for ExtractOutput
impl UnsafeUnpin for ExtractOutput
impl UnwindSafe for ExtractOutput
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