pub struct EditCover {
pub cover_id: Uuid,
pub volume: String,
pub description: Option<String>,
pub locale: Option<Language>,
pub version: u32,
/* private fields */
}
Fields§
§cover_id: Uuid
Manga or Cover ID.
volume: String
0-8 characters in length.
description: Option<String>
0-512 characters in length.
locale: Option<Language>
§version: u32
= 1
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EditCover
impl !RefUnwindSafe for EditCover
impl !Send for EditCover
impl !Sync for EditCover
impl Unpin for EditCover
impl !UnwindSafe for EditCover
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