#[non_exhaustive]pub struct DeleteLiveSourceOutput { /* private fields */ }Implementations§
source§impl DeleteLiveSourceOutput
 
impl DeleteLiveSourceOutput
sourcepub fn builder() -> DeleteLiveSourceOutputBuilder
 
pub fn builder() -> DeleteLiveSourceOutputBuilder
Creates a new builder-style object to manufacture DeleteLiveSourceOutput.
Trait Implementations§
source§impl Clone for DeleteLiveSourceOutput
 
impl Clone for DeleteLiveSourceOutput
source§fn clone(&self) -> DeleteLiveSourceOutput
 
fn clone(&self) -> DeleteLiveSourceOutput
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 DeleteLiveSourceOutput
 
impl Debug for DeleteLiveSourceOutput
source§impl PartialEq<DeleteLiveSourceOutput> for DeleteLiveSourceOutput
 
impl PartialEq<DeleteLiveSourceOutput> for DeleteLiveSourceOutput
source§fn eq(&self, other: &DeleteLiveSourceOutput) -> bool
 
fn eq(&self, other: &DeleteLiveSourceOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteLiveSourceOutput
 
impl RequestId for DeleteLiveSourceOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for DeleteLiveSourceOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteLiveSourceOutput
impl Send for DeleteLiveSourceOutput
impl Sync for DeleteLiveSourceOutput
impl Unpin for DeleteLiveSourceOutput
impl UnwindSafe for DeleteLiveSourceOutput
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