pub enum PaperMode {
Gaps,
Continuous,
Mark,
}Variants§
Auto Trait Implementations§
impl Freeze for PaperMode
impl RefUnwindSafe for PaperMode
impl Send for PaperMode
impl Sync for PaperMode
impl Unpin for PaperMode
impl UnwindSafe for PaperMode
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