Struct bollard::exec::ResizeExecOptions
source · pub struct ResizeExecOptions {
pub height: u16,
pub width: u16,
}
Expand description
Resize configuration used in the Resize Exec API
Fields§
§height: u16
Height of the TTY session in characters
width: u16
Width of the TTY session in characters
Trait Implementations§
source§impl Clone for ResizeExecOptions
impl Clone for ResizeExecOptions
source§fn clone(&self) -> ResizeExecOptions
fn clone(&self) -> ResizeExecOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ResizeExecOptions
impl Debug for ResizeExecOptions
source§impl Default for ResizeExecOptions
impl Default for ResizeExecOptions
source§fn default() -> ResizeExecOptions
fn default() -> ResizeExecOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ResizeExecOptions
impl<'de> Deserialize<'de> for ResizeExecOptions
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ResizeExecOptions
impl PartialEq for ResizeExecOptions
source§impl Serialize for ResizeExecOptions
impl Serialize for ResizeExecOptions
impl Copy for ResizeExecOptions
impl StructuralPartialEq for ResizeExecOptions
Auto Trait Implementations§
impl Freeze for ResizeExecOptions
impl RefUnwindSafe for ResizeExecOptions
impl Send for ResizeExecOptions
impl Sync for ResizeExecOptions
impl Unpin for ResizeExecOptions
impl UnwindSafe for ResizeExecOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)