pub struct StackDiff {
pub unchanged_ids: Vec<(String, String)>,
pub ids_to_be_removed: Vec<(String, String)>,
pub new_ids: Vec<(String, String)>,
}Fields§
§unchanged_ids: Vec<(String, String)>§ids_to_be_removed: Vec<(String, String)>§new_ids: Vec<(String, String)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackDiff
impl RefUnwindSafe for StackDiff
impl Send for StackDiff
impl Sync for StackDiff
impl Unpin for StackDiff
impl UnwindSafe for StackDiff
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