pub struct BackupQueueOperationResponse;Trait Implementations§
Source§impl Clone for BackupQueueOperationResponse
impl Clone for BackupQueueOperationResponse
Source§fn clone(&self) -> BackupQueueOperationResponse
fn clone(&self) -> BackupQueueOperationResponse
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 Debug for BackupQueueOperationResponse
impl Debug for BackupQueueOperationResponse
Source§impl<'de> Deserialize<'de> for BackupQueueOperationResponse
impl<'de> Deserialize<'de> for BackupQueueOperationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BackupQueueOperationResponse
impl PartialEq for BackupQueueOperationResponse
Source§fn eq(&self, other: &BackupQueueOperationResponse) -> bool
fn eq(&self, other: &BackupQueueOperationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BackupQueueOperationResponse
Auto Trait Implementations§
impl Freeze for BackupQueueOperationResponse
impl RefUnwindSafe for BackupQueueOperationResponse
impl Send for BackupQueueOperationResponse
impl Sync for BackupQueueOperationResponse
impl Unpin for BackupQueueOperationResponse
impl UnsafeUnpin for BackupQueueOperationResponse
impl UnwindSafe for BackupQueueOperationResponse
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