pub struct ManagedZonePeeringConfig {
pub kind: Option<String>,
pub target_network: Option<ManagedZonePeeringConfigTargetNetwork>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§kind: Option<String>no description provided
target_network: Option<ManagedZonePeeringConfigTargetNetwork>The network with which to peer.
Trait Implementations§
Source§impl Clone for ManagedZonePeeringConfig
impl Clone for ManagedZonePeeringConfig
Source§fn clone(&self) -> ManagedZonePeeringConfig
fn clone(&self) -> ManagedZonePeeringConfig
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 ManagedZonePeeringConfig
impl Debug for ManagedZonePeeringConfig
Source§impl Default for ManagedZonePeeringConfig
impl Default for ManagedZonePeeringConfig
Source§fn default() -> ManagedZonePeeringConfig
fn default() -> ManagedZonePeeringConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManagedZonePeeringConfig
impl<'de> Deserialize<'de> for ManagedZonePeeringConfig
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
Source§impl Serialize for ManagedZonePeeringConfig
impl Serialize for ManagedZonePeeringConfig
impl Part for ManagedZonePeeringConfig
Auto Trait Implementations§
impl Freeze for ManagedZonePeeringConfig
impl RefUnwindSafe for ManagedZonePeeringConfig
impl Send for ManagedZonePeeringConfig
impl Sync for ManagedZonePeeringConfig
impl Unpin for ManagedZonePeeringConfig
impl UnwindSafe for ManagedZonePeeringConfig
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