pub struct AdoptResult {
pub id_map: HashMap<String, String>,
}Expand description
Result of an adopt operation.
Fields§
§id_map: HashMap<String, String>Map of old_id -> new_id for adopted units.
Auto Trait Implementations§
impl Freeze for AdoptResult
impl RefUnwindSafe for AdoptResult
impl Send for AdoptResult
impl Sync for AdoptResult
impl Unpin for AdoptResult
impl UnsafeUnpin for AdoptResult
impl UnwindSafe for AdoptResult
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