#[repr(transparent)]pub struct DriveBackupWrapper {
pub data: DriveBackup,
}
Fields§
§data: DriveBackup
Implementations§
Source§impl DriveBackupWrapper
impl DriveBackupWrapper
pub fn into_inner(self) -> DriveBackup
Trait Implementations§
Source§impl AsRef<DriveBackup> for DriveBackupWrapper
impl AsRef<DriveBackup> for DriveBackupWrapper
Source§fn as_ref(&self) -> &DriveBackup
fn as_ref(&self) -> &DriveBackup
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for DriveBackupWrapper
impl Clone for DriveBackupWrapper
Source§fn clone(&self) -> DriveBackupWrapper
fn clone(&self) -> DriveBackupWrapper
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 DriveBackupWrapper
impl Debug for DriveBackupWrapper
Source§impl Deref for DriveBackupWrapper
impl Deref for DriveBackupWrapper
Source§impl<'de> Deserialize<'de> for DriveBackupWrapper
impl<'de> Deserialize<'de> for DriveBackupWrapper
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 From<DriveBackupWrapper> for TransactionAction
impl From<DriveBackupWrapper> for TransactionAction
Source§fn from(val: DriveBackupWrapper) -> Self
fn from(val: DriveBackupWrapper) -> Self
Converts to this type from the input type.
Source§impl<T: Into<DriveBackup>> From<T> for DriveBackupWrapper
impl<T: Into<DriveBackup>> From<T> for DriveBackupWrapper
Auto Trait Implementations§
impl Freeze for DriveBackupWrapper
impl RefUnwindSafe for DriveBackupWrapper
impl Send for DriveBackupWrapper
impl Sync for DriveBackupWrapper
impl Unpin for DriveBackupWrapper
impl UnwindSafe for DriveBackupWrapper
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