pub struct GetRealtimeDataParams<'a> { /* private fields */ }Expand description
Fetch the realtime data from the registered contexts.
Implementations§
Source§impl<'a> GetRealtimeDataParams<'a>
impl<'a> GetRealtimeDataParams<'a>
Sourcepub fn builder(
context_id: impl Into<GraphObjectId<'a>>,
) -> GetRealtimeDataParamsBuilder<'a>
pub fn builder( context_id: impl Into<GraphObjectId<'a>>, ) -> GetRealtimeDataParamsBuilder<'a>
Creates a builder for this type with the required parameters:
context_id:
pub fn context_id(&self) -> &GraphObjectId<'a>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for GetRealtimeDataParams<'a>
impl<'a> CdpCommand<'a> for GetRealtimeDataParams<'a>
Source§impl<'a> Clone for GetRealtimeDataParams<'a>
impl<'a> Clone for GetRealtimeDataParams<'a>
Source§fn clone(&self) -> GetRealtimeDataParams<'a>
fn clone(&self) -> GetRealtimeDataParams<'a>
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<'a> Debug for GetRealtimeDataParams<'a>
impl<'a> Debug for GetRealtimeDataParams<'a>
Source§impl<'a> Default for GetRealtimeDataParams<'a>
impl<'a> Default for GetRealtimeDataParams<'a>
Source§fn default() -> GetRealtimeDataParams<'a>
fn default() -> GetRealtimeDataParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetRealtimeDataParams<'a>
impl<'de, 'a> Deserialize<'de> for GetRealtimeDataParams<'a>
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<'a> Freeze for GetRealtimeDataParams<'a>
impl<'a> RefUnwindSafe for GetRealtimeDataParams<'a>
impl<'a> Send for GetRealtimeDataParams<'a>
impl<'a> Sync for GetRealtimeDataParams<'a>
impl<'a> Unpin for GetRealtimeDataParams<'a>
impl<'a> UnsafeUnpin for GetRealtimeDataParams<'a>
impl<'a> UnwindSafe for GetRealtimeDataParams<'a>
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