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