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