pub struct Metadata {
pub title: Option<String>,
pub authors: Option<Vec<String>>,
pub language: Option<String>,
pub series: Option<String>,
pub series_index: Option<String>,
pub description: Option<Vec<String>>,
}Expand description
Struct for replacing metadata from a book with yours
Fields§
§title: Option<String>§language: Option<String>§series: Option<String>§series_index: Option<String>§description: Option<Vec<String>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnsafeUnpin for Metadata
impl UnwindSafe for Metadata
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