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