pub struct PluginRootConfigurationChange { /* private fields */ }Expand description
One exact TOML source to include in a coordinated Plugin Root change.
Implementations§
Trait Implementations§
Source§impl Clone for PluginRootConfigurationChange
impl Clone for PluginRootConfigurationChange
Source§fn clone(&self) -> PluginRootConfigurationChange
fn clone(&self) -> PluginRootConfigurationChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PluginRootConfigurationChange
impl RefUnwindSafe for PluginRootConfigurationChange
impl Send for PluginRootConfigurationChange
impl Sync for PluginRootConfigurationChange
impl Unpin for PluginRootConfigurationChange
impl UnsafeUnpin for PluginRootConfigurationChange
impl UnwindSafe for PluginRootConfigurationChange
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