pub struct EpubCover {
pub data: Vec<u8>,
pub media_type: String,
}Fields§
§data: Vec<u8>§media_type: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for EpubCover
impl RefUnwindSafe for EpubCover
impl Send for EpubCover
impl Sync for EpubCover
impl Unpin for EpubCover
impl UnsafeUnpin for EpubCover
impl UnwindSafe for EpubCover
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