pub enum GetRealtimeDataMethod {
GetRealtimeData,
}Variants§
GetRealtimeData
Trait Implementations§
Source§impl Clone for GetRealtimeDataMethod
impl Clone for GetRealtimeDataMethod
Source§fn clone(&self) -> GetRealtimeDataMethod
fn clone(&self) -> GetRealtimeDataMethod
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 GetRealtimeDataMethod
impl Debug for GetRealtimeDataMethod
Source§impl<'de> Deserialize<'de> for GetRealtimeDataMethod
impl<'de> Deserialize<'de> for GetRealtimeDataMethod
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 GetRealtimeDataMethod
impl PartialEq for GetRealtimeDataMethod
Source§impl Serialize for GetRealtimeDataMethod
impl Serialize for GetRealtimeDataMethod
impl StructuralPartialEq for GetRealtimeDataMethod
Auto Trait Implementations§
impl Freeze for GetRealtimeDataMethod
impl RefUnwindSafe for GetRealtimeDataMethod
impl Send for GetRealtimeDataMethod
impl Sync for GetRealtimeDataMethod
impl Unpin for GetRealtimeDataMethod
impl UnsafeUnpin for GetRealtimeDataMethod
impl UnwindSafe for GetRealtimeDataMethod
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