pub struct GetRealtimeDataResult {
pub realtime_data: ContextRealtimeData,
}Fields§
§realtime_data: ContextRealtimeDataTrait Implementations§
Source§impl Clone for GetRealtimeDataResult
impl Clone for GetRealtimeDataResult
Source§fn clone(&self) -> GetRealtimeDataResult
fn clone(&self) -> GetRealtimeDataResult
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 GetRealtimeDataResult
impl Debug for GetRealtimeDataResult
Source§impl<'de> Deserialize<'de> for GetRealtimeDataResult
impl<'de> Deserialize<'de> for GetRealtimeDataResult
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 GetRealtimeDataResult
impl PartialEq for GetRealtimeDataResult
Source§impl Serialize for GetRealtimeDataResult
impl Serialize for GetRealtimeDataResult
Source§impl TryFrom<Value> for GetRealtimeDataResult
impl TryFrom<Value> for GetRealtimeDataResult
impl StructuralPartialEq for GetRealtimeDataResult
Auto Trait Implementations§
impl Freeze for GetRealtimeDataResult
impl RefUnwindSafe for GetRealtimeDataResult
impl Send for GetRealtimeDataResult
impl Sync for GetRealtimeDataResult
impl Unpin for GetRealtimeDataResult
impl UnsafeUnpin for GetRealtimeDataResult
impl UnwindSafe for GetRealtimeDataResult
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