pub struct drive_backup(pub DriveBackup);
๐Deprecated
Tuple Fieldsยง
ยง0: DriveBackup
๐Deprecated
Trait Implementationsยง
Sourceยงimpl Clone for drive_backup
impl Clone for drive_backup
Sourceยงfn clone(&self) -> drive_backup
fn clone(&self) -> drive_backup
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 Command for drive_backup
impl Command for drive_backup
Sourceยงimpl Debug for drive_backup
impl Debug for drive_backup
Sourceยงimpl<'de> Deserialize<'de> for drive_backup
impl<'de> Deserialize<'de> for drive_backup
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<DriveBackup> for drive_backup
impl From<DriveBackup> for drive_backup
Sourceยงfn from(val: DriveBackup) -> Self
fn from(val: DriveBackup) -> Self
Converts to this type from the input type.
Sourceยงimpl Serialize for drive_backup
impl Serialize for drive_backup
impl QmpCommand for drive_backup
Auto Trait Implementationsยง
impl Freeze for drive_backup
impl RefUnwindSafe for drive_backup
impl Send for drive_backup
impl Sync for drive_backup
impl Unpin for drive_backup
impl UnwindSafe for drive_backup
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