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