Struct aws_sdk_outposts::output::GetSiteOutput
source · [−]#[non_exhaustive]pub struct GetSiteOutput { /* private fields */ }
Implementations
sourceimpl GetSiteOutput
impl GetSiteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSiteOutput
.
Trait Implementations
sourceimpl Clone for GetSiteOutput
impl Clone for GetSiteOutput
sourcefn clone(&self) -> GetSiteOutput
fn clone(&self) -> GetSiteOutput
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 GetSiteOutput
impl Debug for GetSiteOutput
sourceimpl PartialEq<GetSiteOutput> for GetSiteOutput
impl PartialEq<GetSiteOutput> for GetSiteOutput
sourcefn eq(&self, other: &GetSiteOutput) -> bool
fn eq(&self, other: &GetSiteOutput) -> bool
impl StructuralPartialEq for GetSiteOutput
Auto Trait Implementations
impl RefUnwindSafe for GetSiteOutput
impl Send for GetSiteOutput
impl Sync for GetSiteOutput
impl Unpin for GetSiteOutput
impl UnwindSafe for GetSiteOutput
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