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