pub struct TrajectorySummary {
pub event_count: Option<usize>,
pub path: Option<PathBuf>,
pub in_memory: bool,
}Fields§
§event_count: Option<usize>§path: Option<PathBuf>§in_memory: boolTrait Implementations§
Source§impl Clone for TrajectorySummary
impl Clone for TrajectorySummary
Source§fn clone(&self) -> TrajectorySummary
fn clone(&self) -> TrajectorySummary
Returns a duplicate of the value. Read more
1.0.0 · 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 TrajectorySummary
impl Debug for TrajectorySummary
Source§impl<'de> Deserialize<'de> for TrajectorySummary
impl<'de> Deserialize<'de> for TrajectorySummary
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
Auto Trait Implementations§
impl Freeze for TrajectorySummary
impl RefUnwindSafe for TrajectorySummary
impl Send for TrajectorySummary
impl Sync for TrajectorySummary
impl Unpin for TrajectorySummary
impl UnsafeUnpin for TrajectorySummary
impl UnwindSafe for TrajectorySummary
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