pub struct CreateNetworkOpt {
pub name: String,
}
Expand description
Options for creating a network.
Fields§
§name: String
Network name.
Trait Implementations§
Source§impl Clone for CreateNetworkOpt
impl Clone for CreateNetworkOpt
Source§fn clone(&self) -> CreateNetworkOpt
fn clone(&self) -> CreateNetworkOpt
Returns a copy 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 CreateNetworkOpt
impl Debug for CreateNetworkOpt
Source§impl Default for CreateNetworkOpt
impl Default for CreateNetworkOpt
Source§fn default() -> CreateNetworkOpt
fn default() -> CreateNetworkOpt
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateNetworkOpt
impl PartialEq for CreateNetworkOpt
impl Eq for CreateNetworkOpt
impl StructuralPartialEq for CreateNetworkOpt
Auto Trait Implementations§
impl Freeze for CreateNetworkOpt
impl RefUnwindSafe for CreateNetworkOpt
impl Send for CreateNetworkOpt
impl Sync for CreateNetworkOpt
impl Unpin for CreateNetworkOpt
impl UnwindSafe for CreateNetworkOpt
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