#[non_exhaustive]pub struct DeployProcessorVersionResponse { /* private fields */ }Expand description
Response message for the DeployProcessorVersion method.
Implementations§
Trait Implementations§
Source§impl Clone for DeployProcessorVersionResponse
impl Clone for DeployProcessorVersionResponse
Source§fn clone(&self) -> DeployProcessorVersionResponse
fn clone(&self) -> DeployProcessorVersionResponse
Returns a duplicate 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 Default for DeployProcessorVersionResponse
impl Default for DeployProcessorVersionResponse
Source§fn default() -> DeployProcessorVersionResponse
fn default() -> DeployProcessorVersionResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeployProcessorVersionResponse
impl PartialEq for DeployProcessorVersionResponse
Source§fn eq(&self, other: &DeployProcessorVersionResponse) -> bool
fn eq(&self, other: &DeployProcessorVersionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeployProcessorVersionResponse
Auto Trait Implementations§
impl Freeze for DeployProcessorVersionResponse
impl RefUnwindSafe for DeployProcessorVersionResponse
impl Send for DeployProcessorVersionResponse
impl Sync for DeployProcessorVersionResponse
impl Unpin for DeployProcessorVersionResponse
impl UnwindSafe for DeployProcessorVersionResponse
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