pub struct ConstantStreamData {
pub custom_data: Option<CustomData>,
pub id: i64,
pub params: PeriodicEventStreamParams,
pub variable_monitoring_id: i64,
}Fields§
§custom_data: Option<CustomData>§id: i64Uniquely identifies the stream
params: PeriodicEventStreamParams§variable_monitoring_id: i64Id of monitor used to report his event. It can be a preconfigured or hardwired monitor.
Trait Implementations§
Source§impl Clone for ConstantStreamData
impl Clone for ConstantStreamData
Source§fn clone(&self) -> ConstantStreamData
fn clone(&self) -> ConstantStreamData
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 ConstantStreamData
impl Debug for ConstantStreamData
impl Eq for ConstantStreamData
Source§impl PartialEq for ConstantStreamData
impl PartialEq for ConstantStreamData
impl StructuralPartialEq for ConstantStreamData
Auto Trait Implementations§
impl Freeze for ConstantStreamData
impl RefUnwindSafe for ConstantStreamData
impl Send for ConstantStreamData
impl Sync for ConstantStreamData
impl Unpin for ConstantStreamData
impl UnsafeUnpin for ConstantStreamData
impl UnwindSafe for ConstantStreamData
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