pub struct RecordingStateChangedEventParams {
pub is_recording: bool,
pub service: ServiceName,
}Fields§
§is_recording: bool§service: ServiceNameTrait Implementations§
Source§impl Clone for RecordingStateChangedEventParams
impl Clone for RecordingStateChangedEventParams
Source§fn clone(&self) -> RecordingStateChangedEventParams
fn clone(&self) -> RecordingStateChangedEventParams
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<'de> Deserialize<'de> for RecordingStateChangedEventParams
impl<'de> Deserialize<'de> for RecordingStateChangedEventParams
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 RecordingStateChangedEventParams
impl PartialEq for RecordingStateChangedEventParams
Source§fn eq(&self, other: &RecordingStateChangedEventParams) -> bool
fn eq(&self, other: &RecordingStateChangedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecordingStateChangedEventParams
Auto Trait Implementations§
impl Freeze for RecordingStateChangedEventParams
impl RefUnwindSafe for RecordingStateChangedEventParams
impl Send for RecordingStateChangedEventParams
impl Sync for RecordingStateChangedEventParams
impl Unpin for RecordingStateChangedEventParams
impl UnsafeUnpin for RecordingStateChangedEventParams
impl UnwindSafe for RecordingStateChangedEventParams
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