Struct kube_client::api::TerminalSize
source · pub struct TerminalSize {
pub width: u16,
pub height: u16,
}
Available on crate features
client
and ws
only.Expand description
TerminalSize define the size of a terminal
Fields§
§width: u16
width of the terminal
height: u16
height of the terminal
Trait Implementations§
source§impl Debug for TerminalSize
impl Debug for TerminalSize
source§impl<'de> Deserialize<'de> for TerminalSize
impl<'de> Deserialize<'de> for TerminalSize
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