pub struct KeyMoment {
pub time: Option<String>,
pub title: Option<String>,
pub link: Option<String>,
}
Expand description
Key moment in video
Fields§
§time: Option<String>
§title: Option<String>
§link: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KeyMoment
impl<'de> Deserialize<'de> for KeyMoment
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
Auto Trait Implementations§
impl Freeze for KeyMoment
impl RefUnwindSafe for KeyMoment
impl Send for KeyMoment
impl Sync for KeyMoment
impl Unpin for KeyMoment
impl UnwindSafe for KeyMoment
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