pub struct PatchEffects {
pub reload_provider: ReloadMode,
pub reconcile_mcp: bool,
}Expand description
Side-effects determined from a config patch.
Fields§
§reload_provider: ReloadMode§reconcile_mcp: boolTrait Implementations§
Source§impl Clone for PatchEffects
impl Clone for PatchEffects
Source§fn clone(&self) -> PatchEffects
fn clone(&self) -> PatchEffects
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PatchEffects
impl Debug for PatchEffects
impl Copy for PatchEffects
Auto Trait Implementations§
impl Freeze for PatchEffects
impl RefUnwindSafe for PatchEffects
impl Send for PatchEffects
impl Sync for PatchEffects
impl Unpin for PatchEffects
impl UnsafeUnpin for PatchEffects
impl UnwindSafe for PatchEffects
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