Struct novel_api::VolumeInfo
source · pub struct VolumeInfo {
pub title: String,
pub chapter_infos: Vec<ChapterInfo>,
}Expand description
Volume information
Fields§
§title: StringVolume title
chapter_infos: Vec<ChapterInfo>Chapter information
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VolumeInfo
impl Send for VolumeInfo
impl Sync for VolumeInfo
impl Unpin for VolumeInfo
impl UnwindSafe for VolumeInfo
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