pub struct SRTLine {
pub sequence_number: u32,
pub start: Time,
pub end: Time,
pub text: String,
}
Expand description
Fields§
§sequence_number: u32
§start: Time
§end: Time
§text: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SRTLine
impl<'de> Deserialize<'de> for SRTLine
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 SRTLine
impl StructuralPartialEq for SRTLine
Auto Trait Implementations§
impl Freeze for SRTLine
impl RefUnwindSafe for SRTLine
impl Send for SRTLine
impl Sync for SRTLine
impl Unpin for SRTLine
impl UnwindSafe for SRTLine
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