pub struct ResponsePolicyRuleLocalData {
pub local_datas: Option<Vec<ResourceRecordSet>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§local_datas: Option<Vec<ResourceRecordSet>>All resource record sets for this selector, one per resource record type. The name must match the dns_name.
Trait Implementations§
Source§impl Clone for ResponsePolicyRuleLocalData
impl Clone for ResponsePolicyRuleLocalData
Source§fn clone(&self) -> ResponsePolicyRuleLocalData
fn clone(&self) -> ResponsePolicyRuleLocalData
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 ResponsePolicyRuleLocalData
impl Debug for ResponsePolicyRuleLocalData
Source§impl Default for ResponsePolicyRuleLocalData
impl Default for ResponsePolicyRuleLocalData
Source§fn default() -> ResponsePolicyRuleLocalData
fn default() -> ResponsePolicyRuleLocalData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponsePolicyRuleLocalData
impl<'de> Deserialize<'de> for ResponsePolicyRuleLocalData
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 ResponsePolicyRuleLocalData
Auto Trait Implementations§
impl Freeze for ResponsePolicyRuleLocalData
impl RefUnwindSafe for ResponsePolicyRuleLocalData
impl Send for ResponsePolicyRuleLocalData
impl Sync for ResponsePolicyRuleLocalData
impl Unpin for ResponsePolicyRuleLocalData
impl UnwindSafe for ResponsePolicyRuleLocalData
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