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