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