pub struct ClusterSdnDryRunResponseData {
pub frr_diff: Option<String>,
pub interfaces_diff: Option<String>,
}Fields§
§frr_diff: Option<String>The difference between the current and pending FRR configuration.
interfaces_diff: Option<String>The difference between the current and pending /etc/network/interfaces.d/sdn configuration.
Implementations§
Source§impl ClusterSdnDryRunResponseData
impl ClusterSdnDryRunResponseData
pub fn new() -> ClusterSdnDryRunResponseData
Trait Implementations§
Source§impl Clone for ClusterSdnDryRunResponseData
impl Clone for ClusterSdnDryRunResponseData
Source§fn clone(&self) -> ClusterSdnDryRunResponseData
fn clone(&self) -> ClusterSdnDryRunResponseData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClusterSdnDryRunResponseData
impl Debug for ClusterSdnDryRunResponseData
Source§impl Default for ClusterSdnDryRunResponseData
impl Default for ClusterSdnDryRunResponseData
Source§fn default() -> ClusterSdnDryRunResponseData
fn default() -> ClusterSdnDryRunResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClusterSdnDryRunResponseData
impl<'de> Deserialize<'de> for ClusterSdnDryRunResponseData
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 PartialEq for ClusterSdnDryRunResponseData
impl PartialEq for ClusterSdnDryRunResponseData
Source§fn eq(&self, other: &ClusterSdnDryRunResponseData) -> bool
fn eq(&self, other: &ClusterSdnDryRunResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClusterSdnDryRunResponseData
Auto Trait Implementations§
impl Freeze for ClusterSdnDryRunResponseData
impl RefUnwindSafe for ClusterSdnDryRunResponseData
impl Send for ClusterSdnDryRunResponseData
impl Sync for ClusterSdnDryRunResponseData
impl Unpin for ClusterSdnDryRunResponseData
impl UnsafeUnpin for ClusterSdnDryRunResponseData
impl UnwindSafe for ClusterSdnDryRunResponseData
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