pub struct ConfigSyncPlanner;Expand description
Matches normalized configuration and discovery snapshots without I/O.
Implementations§
Source§impl ConfigSyncPlanner
impl ConfigSyncPlanner
pub fn plan( config_path: Utf8PathBuf, configured: &[ConfiguredPackage], discovered: &[DiscoveredPackage], changesets: &[ChangesetReference], ) -> ConfigSyncPlan
Auto Trait Implementations§
impl Freeze for ConfigSyncPlanner
impl RefUnwindSafe for ConfigSyncPlanner
impl Send for ConfigSyncPlanner
impl Sync for ConfigSyncPlanner
impl Unpin for ConfigSyncPlanner
impl UnsafeUnpin for ConfigSyncPlanner
impl UnwindSafe for ConfigSyncPlanner
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