pub struct DataSetDiff { /* private fields */ }
Implementations§
Source§impl DataSetDiff
impl DataSetDiff
pub fn has_changes(&self) -> bool
pub fn apply( &self, data_set: &mut DataSet, schema_set: &SchemaSet, ) -> Result<(), DataSetErrorWithBacktrace>
pub fn get_modified_assets( &self, modified_assets: &mut HashSet<AssetId, RandomState>, )
Trait Implementations§
Source§impl Debug for DataSetDiff
impl Debug for DataSetDiff
Source§impl Default for DataSetDiff
impl Default for DataSetDiff
Source§fn default() -> DataSetDiff
fn default() -> DataSetDiff
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DataSetDiff
impl RefUnwindSafe for DataSetDiff
impl Send for DataSetDiff
impl Sync for DataSetDiff
impl Unpin for DataSetDiff
impl UnwindSafe for DataSetDiff
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