pub struct CommittedStatus {
pub already_migrated: Vec<String>,
pub pending_migration: Vec<String>,
}Fields§
§already_migrated: Vec<String>§pending_migration: Vec<String>Auto Trait Implementations§
impl Freeze for CommittedStatus
impl RefUnwindSafe for CommittedStatus
impl Send for CommittedStatus
impl Sync for CommittedStatus
impl Unpin for CommittedStatus
impl UnwindSafe for CommittedStatus
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