Expand description
Optional parameters of Pod::connect_get_portforward
Fields
ports: Option<i64>
List of ports to forward Required when using WebSockets
Trait Implementations
sourceimpl Clone for ConnectGetPodPortforwardOptional
impl Clone for ConnectGetPodPortforwardOptional
sourcefn clone(&self) -> ConnectGetPodPortforwardOptional
fn clone(&self) -> ConnectGetPodPortforwardOptional
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for ConnectGetPodPortforwardOptional
impl Default for ConnectGetPodPortforwardOptional
sourcefn default() -> ConnectGetPodPortforwardOptional
fn default() -> ConnectGetPodPortforwardOptional
Returns the “default value” for a type. Read more
impl Copy for ConnectGetPodPortforwardOptional
Auto Trait Implementations
impl RefUnwindSafe for ConnectGetPodPortforwardOptional
impl Send for ConnectGetPodPortforwardOptional
impl Sync for ConnectGetPodPortforwardOptional
impl Unpin for ConnectGetPodPortforwardOptional
impl UnwindSafe for ConnectGetPodPortforwardOptional
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more