pub struct BackendConfigSessionAffinity {
pub affinityType: String,
}Fields§
§affinityType: StringTrait Implementations§
Source§impl Debug for BackendConfigSessionAffinity
impl Debug for BackendConfigSessionAffinity
Source§impl Default for BackendConfigSessionAffinity
impl Default for BackendConfigSessionAffinity
Source§fn default() -> BackendConfigSessionAffinity
fn default() -> BackendConfigSessionAffinity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackendConfigSessionAffinity
impl<'de> Deserialize<'de> for BackendConfigSessionAffinity
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 BackendConfigSessionAffinity
impl RefUnwindSafe for BackendConfigSessionAffinity
impl Send for BackendConfigSessionAffinity
impl Sync for BackendConfigSessionAffinity
impl Unpin for BackendConfigSessionAffinity
impl UnsafeUnpin for BackendConfigSessionAffinity
impl UnwindSafe for BackendConfigSessionAffinity
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