pub enum PrettyState {
Split(Box<PrettyBlock>, Box<PrettyBlock>),
Available,
Occupied,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrettyState
impl RefUnwindSafe for PrettyState
impl Send for PrettyState
impl Sync for PrettyState
impl Unpin for PrettyState
impl UnwindSafe for PrettyState
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