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