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