pub struct Replay {Show 14 fields
pub timecode: String,
pub timecode_a: String,
pub timecode_b: String,
pub live: Option<String>,
pub recording: Option<String>,
pub channel_mode: String,
pub events: String,
pub events_a: String,
pub events_b: String,
pub camera_a: String,
pub camera_b: String,
pub speed: String,
pub speed_a: String,
pub speed_b: String,
}Fields§
§timecode: String§timecode_a: String§timecode_b: String§live: Option<String>§recording: Option<String>§channel_mode: String§events: String§events_a: String§events_b: String§camera_a: String§camera_b: String§speed: String§speed_a: String§speed_b: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Replay
impl<'de> Deserialize<'de> for Replay
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 StructuralPartialEq for Replay
Auto Trait Implementations§
impl Freeze for Replay
impl RefUnwindSafe for Replay
impl Send for Replay
impl Sync for Replay
impl Unpin for Replay
impl UnwindSafe for Replay
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