Struct aws_sdk_devicefarm::output::GetNetworkProfileOutput
source · [−]#[non_exhaustive]pub struct GetNetworkProfileOutput { /* private fields */ }Implementations
sourceimpl GetNetworkProfileOutput
impl GetNetworkProfileOutput
sourcepub fn network_profile(&self) -> Option<&NetworkProfile>
pub fn network_profile(&self) -> Option<&NetworkProfile>
The network profile.
sourceimpl GetNetworkProfileOutput
impl GetNetworkProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNetworkProfileOutput.
Trait Implementations
sourceimpl Clone for GetNetworkProfileOutput
impl Clone for GetNetworkProfileOutput
sourcefn clone(&self) -> GetNetworkProfileOutput
fn clone(&self) -> GetNetworkProfileOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetNetworkProfileOutput
impl Debug for GetNetworkProfileOutput
sourceimpl PartialEq<GetNetworkProfileOutput> for GetNetworkProfileOutput
impl PartialEq<GetNetworkProfileOutput> for GetNetworkProfileOutput
sourcefn eq(&self, other: &GetNetworkProfileOutput) -> bool
fn eq(&self, other: &GetNetworkProfileOutput) -> bool
impl StructuralPartialEq for GetNetworkProfileOutput
Auto Trait Implementations
impl RefUnwindSafe for GetNetworkProfileOutput
impl Send for GetNetworkProfileOutput
impl Sync for GetNetworkProfileOutput
impl Unpin for GetNetworkProfileOutput
impl UnwindSafe for GetNetworkProfileOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more