pub struct RRSetRoutingPolicyWrrPolicy {
pub items: Option<Vec<RRSetRoutingPolicyWrrPolicyWrrPolicyItem>>,
pub kind: Option<String>,
}Expand description
Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.
This type is not used in any activity, and only used as part of another schema.
Fields§
§items: Option<Vec<RRSetRoutingPolicyWrrPolicyWrrPolicyItem>>no description provided
kind: Option<String>no description provided
Trait Implementations§
Source§impl Clone for RRSetRoutingPolicyWrrPolicy
impl Clone for RRSetRoutingPolicyWrrPolicy
Source§fn clone(&self) -> RRSetRoutingPolicyWrrPolicy
fn clone(&self) -> RRSetRoutingPolicyWrrPolicy
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 RRSetRoutingPolicyWrrPolicy
impl Debug for RRSetRoutingPolicyWrrPolicy
Source§impl Default for RRSetRoutingPolicyWrrPolicy
impl Default for RRSetRoutingPolicyWrrPolicy
Source§fn default() -> RRSetRoutingPolicyWrrPolicy
fn default() -> RRSetRoutingPolicyWrrPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RRSetRoutingPolicyWrrPolicy
impl<'de> Deserialize<'de> for RRSetRoutingPolicyWrrPolicy
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
impl Part for RRSetRoutingPolicyWrrPolicy
Auto Trait Implementations§
impl Freeze for RRSetRoutingPolicyWrrPolicy
impl RefUnwindSafe for RRSetRoutingPolicyWrrPolicy
impl Send for RRSetRoutingPolicyWrrPolicy
impl Sync for RRSetRoutingPolicyWrrPolicy
impl Unpin for RRSetRoutingPolicyWrrPolicy
impl UnwindSafe for RRSetRoutingPolicyWrrPolicy
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