pub struct MigrationInfo {
pub source_mount: String,
pub target_mount: String,
pub status: String,
}
Fields§
§source_mount: String
§target_mount: String
§status: String
Trait Implementations§
Source§impl Debug for MigrationInfo
impl Debug for MigrationInfo
Source§impl<'de> Deserialize<'de> for MigrationInfo
impl<'de> Deserialize<'de> for MigrationInfo
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
Auto Trait Implementations§
impl Freeze for MigrationInfo
impl RefUnwindSafe for MigrationInfo
impl Send for MigrationInfo
impl Sync for MigrationInfo
impl Unpin for MigrationInfo
impl UnwindSafe for MigrationInfo
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