pub enum PagePacking {
EstimateShrink,
TightFit,
}Variants§
Trait Implementations§
Source§impl Clone for PagePacking
impl Clone for PagePacking
Source§fn clone(&self) -> PagePacking
fn clone(&self) -> PagePacking
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PagePacking
Source§impl Debug for PagePacking
impl Debug for PagePacking
impl Eq for PagePacking
Source§impl PartialEq for PagePacking
impl PartialEq for PagePacking
Source§fn eq(&self, other: &PagePacking) -> bool
fn eq(&self, other: &PagePacking) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PagePacking
Auto Trait Implementations§
impl Freeze for PagePacking
impl RefUnwindSafe for PagePacking
impl Send for PagePacking
impl Sync for PagePacking
impl Unpin for PagePacking
impl UnsafeUnpin for PagePacking
impl UnwindSafe for PagePacking
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