pub struct GetRealtimeDataParams {
pub context_id: GraphObjectId,
}Expand description
Fetch the realtime data from the registered contexts. getRealtimeData
Fields§
§context_id: GraphObjectIdImplementations§
Source§impl GetRealtimeDataParams
impl GetRealtimeDataParams
pub fn new(context_id: impl Into<GraphObjectId>) -> Self
Trait Implementations§
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<'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
Source§impl PartialEq for GetRealtimeDataParams
impl PartialEq for GetRealtimeDataParams
Source§impl Serialize for GetRealtimeDataParams
impl Serialize for GetRealtimeDataParams
impl StructuralPartialEq for GetRealtimeDataParams
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