pub struct AudioPausedPayload {
pub session_id: u64,
pub path: String,
}Fields§
§session_id: u64§path: StringTrait Implementations§
Source§impl Clone for AudioPausedPayload
impl Clone for AudioPausedPayload
Source§fn clone(&self) -> AudioPausedPayload
fn clone(&self) -> AudioPausedPayload
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 AudioPausedPayload
impl Debug for AudioPausedPayload
Source§impl<'de> Deserialize<'de> for AudioPausedPayload
impl<'de> Deserialize<'de> for AudioPausedPayload
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 AudioPausedPayload
impl PartialEq for AudioPausedPayload
Source§impl Serialize for AudioPausedPayload
impl Serialize for AudioPausedPayload
Source§impl Type for AudioPausedPayload
impl Type for AudioPausedPayload
Source§fn definition(types: &mut TypeCollection) -> DataType
fn definition(types: &mut TypeCollection) -> DataType
returns a
DataType that represents the type.
This will also register this and any dependent types into the TypeCollection.impl Eq for AudioPausedPayload
impl StructuralPartialEq for AudioPausedPayload
Auto Trait Implementations§
impl Freeze for AudioPausedPayload
impl RefUnwindSafe for AudioPausedPayload
impl Send for AudioPausedPayload
impl Sync for AudioPausedPayload
impl Unpin for AudioPausedPayload
impl UnsafeUnpin for AudioPausedPayload
impl UnwindSafe for AudioPausedPayload
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