Struct aws_sdk_codeguruprofiler::output::GetProfileOutput
source · [−]#[non_exhaustive]pub struct GetProfileOutput { /* private fields */ }
Expand description
The structure representing the getProfileResponse.
Implementations
sourceimpl GetProfileOutput
impl GetProfileOutput
sourcepub fn content_type(&self) -> Option<&str>
pub fn content_type(&self) -> Option<&str>
The content type of the profile in the payload. It is either application/json
or the default application/x-amzn-ion
.
sourcepub fn content_encoding(&self) -> Option<&str>
pub fn content_encoding(&self) -> Option<&str>
The content encoding of the profile.
sourceimpl GetProfileOutput
impl GetProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetProfileOutput
.
Trait Implementations
sourceimpl Clone for GetProfileOutput
impl Clone for GetProfileOutput
sourcefn clone(&self) -> GetProfileOutput
fn clone(&self) -> GetProfileOutput
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 GetProfileOutput
impl Debug for GetProfileOutput
sourceimpl PartialEq<GetProfileOutput> for GetProfileOutput
impl PartialEq<GetProfileOutput> for GetProfileOutput
sourcefn eq(&self, other: &GetProfileOutput) -> bool
fn eq(&self, other: &GetProfileOutput) -> bool
impl StructuralPartialEq for GetProfileOutput
Auto Trait Implementations
impl RefUnwindSafe for GetProfileOutput
impl Send for GetProfileOutput
impl Sync for GetProfileOutput
impl Unpin for GetProfileOutput
impl UnwindSafe for GetProfileOutput
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