pub struct ExecResize {
pub h: Option<i64>,
pub w: Option<i64>,
pub running: Option<bool>,
}
Available on crate feature
v5
only.Fields§
§h: Option<i64>
Height of the TTY session in characters
w: Option<i64>
Width of the TTY session in characters
running: Option<bool>
Ignore containers not running errors
Trait Implementations§
Source§impl Debug for ExecResize
impl Debug for ExecResize
Source§impl Default for ExecResize
impl Default for ExecResize
Source§fn default() -> ExecResize
fn default() -> ExecResize
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExecResize
impl RefUnwindSafe for ExecResize
impl Send for ExecResize
impl Sync for ExecResize
impl Unpin for ExecResize
impl UnwindSafe for ExecResize
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