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