pub struct InputsDiff {
pub added: HashSet<String>,
pub removed: HashSet<String>,
}Fields§
§added: HashSet<String>§removed: HashSet<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputsDiff
impl RefUnwindSafe for InputsDiff
impl Send for InputsDiff
impl Sync for InputsDiff
impl Unpin for InputsDiff
impl UnwindSafe for InputsDiff
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