pub struct RecordingStarted {
pub recording: LiveRecording,
}Expand description
Event showing the start of a recording operation.
Fields§
§recording: LiveRecordingTrait Implementations§
Source§impl Clone for RecordingStarted
impl Clone for RecordingStarted
Source§fn clone(&self) -> RecordingStarted
fn clone(&self) -> RecordingStarted
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 RecordingStarted
impl Debug for RecordingStarted
Source§impl Default for RecordingStarted
impl Default for RecordingStarted
Source§fn default() -> RecordingStarted
fn default() -> RecordingStarted
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecordingStarted
impl<'de> Deserialize<'de> for RecordingStarted
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 RecordingStarted
impl PartialEq for RecordingStarted
impl StructuralPartialEq for RecordingStarted
Auto Trait Implementations§
impl Freeze for RecordingStarted
impl RefUnwindSafe for RecordingStarted
impl Send for RecordingStarted
impl Sync for RecordingStarted
impl Unpin for RecordingStarted
impl UnwindSafe for RecordingStarted
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