pub struct BackendConfigSpec {
pub healthCheck: BackendConfigHealthcheck,
pub sessionAffinity: BackendConfigSessionAffinity,
pub connectionDraining: BackendConfigConnDrain,
pub timeoutSec: i32,
pub cdn: Option<CdnSettings>,
}Fields§
§healthCheck: BackendConfigHealthcheck§sessionAffinity: BackendConfigSessionAffinity§connectionDraining: BackendConfigConnDrain§timeoutSec: i32§cdn: Option<CdnSettings>Trait Implementations§
Source§impl Debug for BackendConfigSpec
impl Debug for BackendConfigSpec
Source§impl Default for BackendConfigSpec
impl Default for BackendConfigSpec
Source§fn default() -> BackendConfigSpec
fn default() -> BackendConfigSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackendConfigSpec
impl<'de> Deserialize<'de> for BackendConfigSpec
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BackendConfigSpec
impl RefUnwindSafe for BackendConfigSpec
impl Send for BackendConfigSpec
impl Sync for BackendConfigSpec
impl Unpin for BackendConfigSpec
impl UnsafeUnpin for BackendConfigSpec
impl UnwindSafe for BackendConfigSpec
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