pub struct NetworkTierConfig {
pub network_tier: Option<String>,
}Expand description
NetworkTierConfig contains network tier information.
This type is not used in any activity, and only used as part of another schema.
Fields§
§network_tier: Option<String>Network tier configuration.
Trait Implementations§
Source§impl Clone for NetworkTierConfig
impl Clone for NetworkTierConfig
Source§fn clone(&self) -> NetworkTierConfig
fn clone(&self) -> NetworkTierConfig
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 NetworkTierConfig
impl Debug for NetworkTierConfig
Source§impl Default for NetworkTierConfig
impl Default for NetworkTierConfig
Source§fn default() -> NetworkTierConfig
fn default() -> NetworkTierConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkTierConfig
impl<'de> Deserialize<'de> for NetworkTierConfig
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 NetworkTierConfig
impl Serialize for NetworkTierConfig
impl Part for NetworkTierConfig
Auto Trait Implementations§
impl Freeze for NetworkTierConfig
impl RefUnwindSafe for NetworkTierConfig
impl Send for NetworkTierConfig
impl Sync for NetworkTierConfig
impl Unpin for NetworkTierConfig
impl UnwindSafe for NetworkTierConfig
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