pub struct SnapshotStreamParameters {
pub snapshot_period: f64,
pub blackboard_data: bool,
pub blackboard_activity: bool,
}
Fields§
§snapshot_period: f64
§blackboard_data: bool
§blackboard_activity: bool
Trait Implementations§
Source§impl Clone for SnapshotStreamParameters
impl Clone for SnapshotStreamParameters
Source§fn clone(&self) -> SnapshotStreamParameters
fn clone(&self) -> SnapshotStreamParameters
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 SnapshotStreamParameters
impl Debug for SnapshotStreamParameters
Source§impl Default for SnapshotStreamParameters
impl Default for SnapshotStreamParameters
Source§impl<'de> Deserialize<'de> for SnapshotStreamParameters
impl<'de> Deserialize<'de> for SnapshotStreamParameters
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 SnapshotStreamParameters
impl PartialEq for SnapshotStreamParameters
Source§impl Serialize for SnapshotStreamParameters
impl Serialize for SnapshotStreamParameters
impl Message for SnapshotStreamParameters
impl StructuralPartialEq for SnapshotStreamParameters
Auto Trait Implementations§
impl Freeze for SnapshotStreamParameters
impl RefUnwindSafe for SnapshotStreamParameters
impl Send for SnapshotStreamParameters
impl Sync for SnapshotStreamParameters
impl Unpin for SnapshotStreamParameters
impl UnwindSafe for SnapshotStreamParameters
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