pub struct NetworkCreateOptions {
pub name: String,
pub description: Option<String>,
}Fields§
§name: String§description: Option<String>Trait Implementations§
Source§impl Clone for NetworkCreateOptions
impl Clone for NetworkCreateOptions
Source§fn clone(&self) -> NetworkCreateOptions
fn clone(&self) -> NetworkCreateOptions
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 NetworkCreateOptions
impl Debug for NetworkCreateOptions
Source§impl Default for NetworkCreateOptions
impl Default for NetworkCreateOptions
Source§fn default() -> NetworkCreateOptions
fn default() -> NetworkCreateOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetworkCreateOptions
impl RefUnwindSafe for NetworkCreateOptions
impl Send for NetworkCreateOptions
impl Sync for NetworkCreateOptions
impl Unpin for NetworkCreateOptions
impl UnsafeUnpin for NetworkCreateOptions
impl UnwindSafe for NetworkCreateOptions
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