Struct k8s_openapi::api::core::v1::ConnectGetPodProxyOptional
source · pub struct ConnectGetPodProxyOptional<'a> {
pub path: Option<&'a str>,
}
Expand description
Optional parameters of Pod::connect_get_proxy
Fields§
§path: Option<&'a str>
Path is the URL path to use for the current proxy request to pod.
Trait Implementations§
source§impl<'a> Clone for ConnectGetPodProxyOptional<'a>
impl<'a> Clone for ConnectGetPodProxyOptional<'a>
source§fn clone(&self) -> ConnectGetPodProxyOptional<'a>
fn clone(&self) -> ConnectGetPodProxyOptional<'a>
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<'a> Debug for ConnectGetPodProxyOptional<'a>
impl<'a> Debug for ConnectGetPodProxyOptional<'a>
source§impl<'a> Default for ConnectGetPodProxyOptional<'a>
impl<'a> Default for ConnectGetPodProxyOptional<'a>
source§fn default() -> ConnectGetPodProxyOptional<'a>
fn default() -> ConnectGetPodProxyOptional<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for ConnectGetPodProxyOptional<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ConnectGetPodProxyOptional<'a>
impl<'a> Send for ConnectGetPodProxyOptional<'a>
impl<'a> Sync for ConnectGetPodProxyOptional<'a>
impl<'a> Unpin for ConnectGetPodProxyOptional<'a>
impl<'a> UnwindSafe for ConnectGetPodProxyOptional<'a>
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