pub struct PluginPlanPolicy { /* private fields */ }Expand description
Immutable host policy snapshot bound into a plugin plan fingerprint.
Implementations§
Trait Implementations§
Source§impl Clone for PluginPlanPolicy
impl Clone for PluginPlanPolicy
Source§fn clone(&self) -> PluginPlanPolicy
fn clone(&self) -> PluginPlanPolicy
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 moreSource§impl Debug for PluginPlanPolicy
impl Debug for PluginPlanPolicy
impl Eq for PluginPlanPolicy
Source§impl PartialEq for PluginPlanPolicy
impl PartialEq for PluginPlanPolicy
Source§impl Serialize for PluginPlanPolicy
impl Serialize for PluginPlanPolicy
impl StructuralPartialEq for PluginPlanPolicy
Auto Trait Implementations§
impl Freeze for PluginPlanPolicy
impl RefUnwindSafe for PluginPlanPolicy
impl Send for PluginPlanPolicy
impl Sync for PluginPlanPolicy
impl Unpin for PluginPlanPolicy
impl UnsafeUnpin for PluginPlanPolicy
impl UnwindSafe for PluginPlanPolicy
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