pub struct GetIngressHeaders {
pub x_dtz_realm: Option<String>,
}Expand description
struct for passing optional header parameters to the method get_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 GetIngressHeaders
impl Clone for GetIngressHeaders
Source§fn clone(&self) -> GetIngressHeaders
fn clone(&self) -> GetIngressHeaders
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 GetIngressHeaders
impl Debug for GetIngressHeaders
Source§impl Default for GetIngressHeaders
impl Default for GetIngressHeaders
Source§fn default() -> GetIngressHeaders
fn default() -> GetIngressHeaders
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetIngressHeaders
impl RefUnwindSafe for GetIngressHeaders
impl Send for GetIngressHeaders
impl Sync for GetIngressHeaders
impl Unpin for GetIngressHeaders
impl UnwindSafe for GetIngressHeaders
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