pub struct JsonEntry {
pub title: String,
pub ep: JsonEntryEpisodeMetadata,
pub type_tag: String,
}Expand description
Contains information inside a Bilibili JSON Entry file.
Fields§
§title: String§ep: JsonEntryEpisodeMetadata§type_tag: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for JsonEntry
impl<'de> Deserialize<'de> for JsonEntry
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 Ord for JsonEntry
impl Ord for JsonEntry
Source§impl PartialOrd for JsonEntry
impl PartialOrd for JsonEntry
impl Eq for JsonEntry
impl StructuralPartialEq for JsonEntry
Auto Trait Implementations§
impl Freeze for JsonEntry
impl RefUnwindSafe for JsonEntry
impl Send for JsonEntry
impl Sync for JsonEntry
impl Unpin for JsonEntry
impl UnwindSafe for JsonEntry
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