#[non_exhaustive]pub struct SendProjectSessionActionOutput { /* private fields */ }
Implementations§
source§impl SendProjectSessionActionOutput
impl SendProjectSessionActionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SendProjectSessionActionOutput
.
Trait Implementations§
source§impl Clone for SendProjectSessionActionOutput
impl Clone for SendProjectSessionActionOutput
source§fn clone(&self) -> SendProjectSessionActionOutput
fn clone(&self) -> SendProjectSessionActionOutput
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 PartialEq<SendProjectSessionActionOutput> for SendProjectSessionActionOutput
impl PartialEq<SendProjectSessionActionOutput> for SendProjectSessionActionOutput
source§fn eq(&self, other: &SendProjectSessionActionOutput) -> bool
fn eq(&self, other: &SendProjectSessionActionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.