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