pub enum Flattened {
Done,
NothingToDo,
}Expand description
What flattening a page did.
Variants§
Done
The page’s annotations were drawn into its content and removed.
NothingToDo
The page had no annotations to draw.
Trait Implementations§
impl Copy for Flattened
impl Eq for Flattened
impl StructuralPartialEq for Flattened
Auto Trait Implementations§
impl Freeze for Flattened
impl RefUnwindSafe for Flattened
impl Send for Flattened
impl Sync for Flattened
impl Unpin for Flattened
impl UnsafeUnpin for Flattened
impl UnwindSafe for Flattened
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