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