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