#[non_exhaustive]pub struct StopSessionOutputBuilder { /* private fields */ }Expand description
A builder for StopSessionOutput.
Implementations§
source§impl StopSessionOutputBuilder
impl StopSessionOutputBuilder
sourcepub fn build(self) -> StopSessionOutput
pub fn build(self) -> StopSessionOutput
Consumes the builder and constructs a StopSessionOutput.
Trait Implementations§
source§impl Clone for StopSessionOutputBuilder
impl Clone for StopSessionOutputBuilder
source§fn clone(&self) -> StopSessionOutputBuilder
fn clone(&self) -> StopSessionOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StopSessionOutputBuilder
impl Debug for StopSessionOutputBuilder
source§impl Default for StopSessionOutputBuilder
impl Default for StopSessionOutputBuilder
source§fn default() -> StopSessionOutputBuilder
fn default() -> StopSessionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopSessionOutputBuilder> for StopSessionOutputBuilder
impl PartialEq<StopSessionOutputBuilder> for StopSessionOutputBuilder
source§fn eq(&self, other: &StopSessionOutputBuilder) -> bool
fn eq(&self, other: &StopSessionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StopSessionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StopSessionOutputBuilder
impl Send for StopSessionOutputBuilder
impl Sync for StopSessionOutputBuilder
impl Unpin for StopSessionOutputBuilder
impl UnwindSafe for StopSessionOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more