pub struct MangaCommonFields(pub Vec<MangaField>);Expand description
Wrapper for a vector of valid Manga Common Fields
Tuple Fields§
§0: Vec<MangaField>Trait Implementations§
Source§impl Debug for MangaCommonFields
impl Debug for MangaCommonFields
Auto Trait Implementations§
impl Freeze for MangaCommonFields
impl RefUnwindSafe for MangaCommonFields
impl Send for MangaCommonFields
impl Sync for MangaCommonFields
impl Unpin for MangaCommonFields
impl UnwindSafe for MangaCommonFields
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