pub struct VpcRouterCreate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for VpcRouterCreate
impl Clone for VpcRouterCreate
Source§fn clone(&self) -> VpcRouterCreate
fn clone(&self) -> VpcRouterCreate
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 VpcRouterCreate
impl Debug for VpcRouterCreate
Source§impl Default for VpcRouterCreate
impl Default for VpcRouterCreate
Source§impl From<VpcRouterCreate> for VpcRouterCreate
impl From<VpcRouterCreate> for VpcRouterCreate
Source§fn from(value: VpcRouterCreate) -> Self
fn from(value: VpcRouterCreate) -> Self
Converts to this type from the input type.
Source§impl TryFrom<VpcRouterCreate> for VpcRouterCreate
impl TryFrom<VpcRouterCreate> for VpcRouterCreate
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: VpcRouterCreate) -> Result<Self, ConversionError>
fn try_from(value: VpcRouterCreate) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for VpcRouterCreate
impl RefUnwindSafe for VpcRouterCreate
impl Send for VpcRouterCreate
impl Sync for VpcRouterCreate
impl Unpin for VpcRouterCreate
impl UnsafeUnpin for VpcRouterCreate
impl UnwindSafe for VpcRouterCreate
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