pub struct PaneOptions {
pub remain_on_exit: bool,
}Fields§
§remain_on_exit: boolTrait Implementations§
Source§impl Default for PaneOptions
impl Default for PaneOptions
Source§fn default() -> PaneOptions
fn default() -> PaneOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PaneOptions
impl RefUnwindSafe for PaneOptions
impl Send for PaneOptions
impl Sync for PaneOptions
impl Unpin for PaneOptions
impl UnsafeUnpin for PaneOptions
impl UnwindSafe for PaneOptions
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