Struct k8s_openapi::api::core::v1::ConnectPutNodeProxyWithPathOptional
source · pub struct ConnectPutNodeProxyWithPathOptional<'a> {
pub path_: Option<&'a str>,
}
Expand description
Optional parameters of Node::connect_put_proxy_with_path
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 ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Clone for ConnectPutNodeProxyWithPathOptional<'a>
source§fn clone(&self) -> ConnectPutNodeProxyWithPathOptional<'a>
fn clone(&self) -> ConnectPutNodeProxyWithPathOptional<'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 ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Debug for ConnectPutNodeProxyWithPathOptional<'a>
source§impl<'a> Default for ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Default for ConnectPutNodeProxyWithPathOptional<'a>
source§fn default() -> ConnectPutNodeProxyWithPathOptional<'a>
fn default() -> ConnectPutNodeProxyWithPathOptional<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for ConnectPutNodeProxyWithPathOptional<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Send for ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Sync for ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> Unpin for ConnectPutNodeProxyWithPathOptional<'a>
impl<'a> UnwindSafe for ConnectPutNodeProxyWithPathOptional<'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