pub struct AudioEndedPayload {
pub session_id: u64,
pub path: String,
}Fields§
§session_id: u64§path: StringTrait Implementations§
Source§impl Clone for AudioEndedPayload
impl Clone for AudioEndedPayload
Source§fn clone(&self) -> AudioEndedPayload
fn clone(&self) -> AudioEndedPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AudioEndedPayload
impl Debug for AudioEndedPayload
Source§impl<'de> Deserialize<'de> for AudioEndedPayload
impl<'de> Deserialize<'de> for AudioEndedPayload
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
impl Eq for AudioEndedPayload
Source§impl PartialEq for AudioEndedPayload
impl PartialEq for AudioEndedPayload
Source§fn eq(&self, other: &AudioEndedPayload) -> bool
fn eq(&self, other: &AudioEndedPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AudioEndedPayload
impl Serialize for AudioEndedPayload
impl StructuralPartialEq for AudioEndedPayload
Source§impl Type for AudioEndedPayload
impl Type for AudioEndedPayload
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.Auto Trait Implementations§
impl Freeze for AudioEndedPayload
impl RefUnwindSafe for AudioEndedPayload
impl Send for AudioEndedPayload
impl Sync for AudioEndedPayload
impl Unpin for AudioEndedPayload
impl UnsafeUnpin for AudioEndedPayload
impl UnwindSafe for AudioEndedPayload
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