Struct aws_sdk_apigatewayv2::output::GetRoutesOutput
source · #[non_exhaustive]pub struct GetRoutesOutput { /* private fields */ }Implementations§
source§impl GetRoutesOutput
impl GetRoutesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRoutesOutput.
Trait Implementations§
source§impl Clone for GetRoutesOutput
impl Clone for GetRoutesOutput
source§fn clone(&self) -> GetRoutesOutput
fn clone(&self) -> GetRoutesOutput
Returns a copy 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 more