pub enum FillItem {
Bar,
Message,
}
Expand description
Internal An item which fills remaining space on the line.
Variants§
Auto Trait Implementations§
impl Freeze for FillItem
impl RefUnwindSafe for FillItem
impl Send for FillItem
impl Sync for FillItem
impl Unpin for FillItem
impl UnwindSafe for FillItem
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