pub struct GetRealtimeData {
pub context_id: GraphObjectId,
}Fields§
§context_id: GraphObjectIdTrait Implementations§
Source§impl Clone for GetRealtimeData
impl Clone for GetRealtimeData
Source§fn clone(&self) -> GetRealtimeData
fn clone(&self) -> GetRealtimeData
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 GetRealtimeData
impl Debug for GetRealtimeData
Source§impl<'de> Deserialize<'de> for GetRealtimeData
impl<'de> Deserialize<'de> for GetRealtimeData
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 Method for GetRealtimeData
impl Method for GetRealtimeData
const NAME: &'static str = "WebAudio.getRealtimeData"
type ReturnObject = GetRealtimeDataReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetRealtimeData
impl PartialEq for GetRealtimeData
Source§impl Serialize for GetRealtimeData
impl Serialize for GetRealtimeData
impl StructuralPartialEq for GetRealtimeData
Auto Trait Implementations§
impl Freeze for GetRealtimeData
impl RefUnwindSafe for GetRealtimeData
impl Send for GetRealtimeData
impl Sync for GetRealtimeData
impl Unpin for GetRealtimeData
impl UnwindSafe for GetRealtimeData
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