Struct hydrate_data::DataSetDiffSet
source · pub struct DataSetDiffSet {
pub apply_diff: DataSetDiff,
pub revert_diff: DataSetDiff,
pub modified_assets: HashSet<AssetId>,
pub modified_locations: HashSet<AssetLocation>,
}Fields§
§apply_diff: DataSetDiff§revert_diff: DataSetDiff§modified_assets: HashSet<AssetId>§modified_locations: HashSet<AssetLocation>Implementations§
source§impl DataSetDiffSet
impl DataSetDiffSet
pub fn has_changes(&self) -> bool
pub fn diff_data_set( before: &DataSet, after: &DataSet, tracked_assets: &HashSet<AssetId> ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DataSetDiffSet
impl Send for DataSetDiffSet
impl Sync for DataSetDiffSet
impl Unpin for DataSetDiffSet
impl UnwindSafe for DataSetDiffSet
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