Struct k8s_openapi::api::core::v1::ConnectDeleteServiceProxyWithPathOptional
source · pub struct ConnectDeleteServiceProxyWithPathOptional<'a> {
pub path_: Option<&'a str>,
}
Expand description
Optional parameters of Service::connect_delete_proxy_with_path
Fields§
§path_: Option<&'a str>
Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.
Trait Implementations§
source§impl<'a> Clone for ConnectDeleteServiceProxyWithPathOptional<'a>
impl<'a> Clone for ConnectDeleteServiceProxyWithPathOptional<'a>
source§fn clone(&self) -> ConnectDeleteServiceProxyWithPathOptional<'a>
fn clone(&self) -> ConnectDeleteServiceProxyWithPathOptional<'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 ConnectDeleteServiceProxyWithPathOptional<'a>
impl<'a> Debug for ConnectDeleteServiceProxyWithPathOptional<'a>
source§impl<'a> Default for ConnectDeleteServiceProxyWithPathOptional<'a>
impl<'a> Default for ConnectDeleteServiceProxyWithPathOptional<'a>
source§fn default() -> ConnectDeleteServiceProxyWithPathOptional<'a>
fn default() -> ConnectDeleteServiceProxyWithPathOptional<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for ConnectDeleteServiceProxyWithPathOptional<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ConnectDeleteServiceProxyWithPathOptional<'a>
impl<'a> Send for ConnectDeleteServiceProxyWithPathOptional<'a>
impl<'a> Sync for ConnectDeleteServiceProxyWithPathOptional<'a>
impl<'a> Unpin for ConnectDeleteServiceProxyWithPathOptional<'a>
impl<'a> UnwindSafe for ConnectDeleteServiceProxyWithPathOptional<'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