pub struct ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a> {
pub path_: Option<&'a str>,
}
Expand description
Optional parameters of Build::connect_post_namespaced_build_config_webhooks_with_path
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 ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
impl<'a> Clone for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
Source§fn clone(&self) -> ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
fn clone(&self) -> ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
Returns a duplicate 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 ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
impl<'a> Debug for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
Source§impl<'a> Default for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
impl<'a> Default for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
Source§fn default() -> ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
fn default() -> ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
Returns the “default value” for a type. Read more
impl<'a> Copy for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
Auto Trait Implementations§
impl<'a> Freeze for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
impl<'a> RefUnwindSafe for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
impl<'a> Send for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
impl<'a> Sync for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
impl<'a> Unpin for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'a>
impl<'a> UnwindSafe for ConnectPostNamespacedBuildConfigWebhooksWithPathOptional<'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