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