pub struct DeleteIngressHeaders {
pub x_dtz_realm: Option<String>,
}Expand description
struct for passing optional header parameters to the method delete_ingress
Fields§
§x_dtz_realm: Option<String>see docs https://downtozero.cloud/docs e.g. dtz-objectstore, dtz-containerregistry, dtz-containers
Trait Implementations§
Source§impl Clone for DeleteIngressHeaders
impl Clone for DeleteIngressHeaders
Source§fn clone(&self) -> DeleteIngressHeaders
fn clone(&self) -> DeleteIngressHeaders
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 Debug for DeleteIngressHeaders
impl Debug for DeleteIngressHeaders
Source§impl Default for DeleteIngressHeaders
impl Default for DeleteIngressHeaders
Source§fn default() -> DeleteIngressHeaders
fn default() -> DeleteIngressHeaders
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteIngressHeaders
impl RefUnwindSafe for DeleteIngressHeaders
impl Send for DeleteIngressHeaders
impl Sync for DeleteIngressHeaders
impl Unpin for DeleteIngressHeaders
impl UnwindSafe for DeleteIngressHeaders
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