pub struct CaptureBatch {
pub batch: Option<Vec<CaptureEvent>>,
pub events: Option<Vec<CaptureEvent>>,
}Fields§
§batch: Option<Vec<CaptureEvent>>§events: Option<Vec<CaptureEvent>>Implementations§
Source§impl CaptureBatch
impl CaptureBatch
pub fn new() -> CaptureBatch
Trait Implementations§
Source§impl Clone for CaptureBatch
impl Clone for CaptureBatch
Source§fn clone(&self) -> CaptureBatch
fn clone(&self) -> CaptureBatch
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 CaptureBatch
impl Debug for CaptureBatch
Source§impl Default for CaptureBatch
impl Default for CaptureBatch
Source§fn default() -> CaptureBatch
fn default() -> CaptureBatch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CaptureBatch
impl<'de> Deserialize<'de> for CaptureBatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CaptureBatch
impl PartialEq for CaptureBatch
Source§impl Serialize for CaptureBatch
impl Serialize for CaptureBatch
impl StructuralPartialEq for CaptureBatch
Auto Trait Implementations§
impl Freeze for CaptureBatch
impl RefUnwindSafe for CaptureBatch
impl Send for CaptureBatch
impl Sync for CaptureBatch
impl Unpin for CaptureBatch
impl UnsafeUnpin for CaptureBatch
impl UnwindSafe for CaptureBatch
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