pub struct ConnectGetPodPortforwardOptional {
    pub ports: Option<i64>,
}Expand description
Optional parameters of Pod::connect_get_portforward
Fields§
§ports: Option<i64>List of ports to forward Required when using WebSockets
Trait Implementations§
source§impl Clone for ConnectGetPodPortforwardOptional
 
impl Clone for ConnectGetPodPortforwardOptional
source§fn clone(&self) -> ConnectGetPodPortforwardOptional
 
fn clone(&self) -> ConnectGetPodPortforwardOptional
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 Default for ConnectGetPodPortforwardOptional
 
impl Default for ConnectGetPodPortforwardOptional
source§fn default() -> ConnectGetPodPortforwardOptional
 
fn default() -> ConnectGetPodPortforwardOptional
Returns the “default value” for a type. Read more