pub struct CoverPage(pub Vec<InlineImage>);Tuple Fields§
§0: Vec<InlineImage>Trait Implementations§
source§impl PartialEq<CoverPage> for CoverPage
impl PartialEq<CoverPage> for CoverPage
impl StructuralPartialEq for CoverPage
Auto Trait Implementations§
impl RefUnwindSafe for CoverPage
impl Send for CoverPage
impl Sync for CoverPage
impl Unpin for CoverPage
impl UnwindSafe for CoverPage
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