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