pub struct GetRealtimeDataParams {
pub contextId: GraphObjectId,
}Expand description
Fetch the realtime data from the registered contexts.
Fields§
§contextId: GraphObjectIdImplementations§
Trait Implementations§
Source§impl CdpCommand for GetRealtimeDataParams
impl CdpCommand for GetRealtimeDataParams
Source§impl Clone for GetRealtimeDataParams
impl Clone for GetRealtimeDataParams
Source§fn clone(&self) -> GetRealtimeDataParams
fn clone(&self) -> GetRealtimeDataParams
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 GetRealtimeDataParams
impl Debug for GetRealtimeDataParams
Source§impl Default for GetRealtimeDataParams
impl Default for GetRealtimeDataParams
Source§fn default() -> GetRealtimeDataParams
fn default() -> GetRealtimeDataParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRealtimeDataParams
impl<'de> Deserialize<'de> for GetRealtimeDataParams
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 GetRealtimeDataParams
impl RefUnwindSafe for GetRealtimeDataParams
impl Send for GetRealtimeDataParams
impl Sync for GetRealtimeDataParams
impl Unpin for GetRealtimeDataParams
impl UnsafeUnpin for GetRealtimeDataParams
impl UnwindSafe for GetRealtimeDataParams
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