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
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.