pub struct RuntimeNetworkSpec {
pub mode: NetworkMode,
pub ports: Vec<RuntimePort>,
}Fields§
§mode: NetworkMode§ports: Vec<RuntimePort>Trait Implementations§
Source§impl Clone for RuntimeNetworkSpec
impl Clone for RuntimeNetworkSpec
Source§fn clone(&self) -> RuntimeNetworkSpec
fn clone(&self) -> RuntimeNetworkSpec
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 RuntimeNetworkSpec
impl Debug for RuntimeNetworkSpec
Source§impl<'de> Deserialize<'de> for RuntimeNetworkSpec
impl<'de> Deserialize<'de> for RuntimeNetworkSpec
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 Eq for RuntimeNetworkSpec
Source§impl PartialEq for RuntimeNetworkSpec
impl PartialEq for RuntimeNetworkSpec
Source§impl Serialize for RuntimeNetworkSpec
impl Serialize for RuntimeNetworkSpec
impl StructuralPartialEq for RuntimeNetworkSpec
Auto Trait Implementations§
impl Freeze for RuntimeNetworkSpec
impl RefUnwindSafe for RuntimeNetworkSpec
impl Send for RuntimeNetworkSpec
impl Sync for RuntimeNetworkSpec
impl Unpin for RuntimeNetworkSpec
impl UnsafeUnpin for RuntimeNetworkSpec
impl UnwindSafe for RuntimeNetworkSpec
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