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