pub struct PolicyPlanMeta {
pub approval_required: bool,
pub read_only: bool,
pub supports_parallel: bool,
}Expand description
Legacy-compatible plan flags derived from a policy decision.
Fields§
§approval_required: bool§read_only: bool§supports_parallel: boolImplementations§
Source§impl PolicyPlanMeta
impl PolicyPlanMeta
pub fn differs_from(&self, other: &Self) -> bool
Trait Implementations§
Source§impl Clone for PolicyPlanMeta
impl Clone for PolicyPlanMeta
Source§fn clone(&self) -> PolicyPlanMeta
fn clone(&self) -> PolicyPlanMeta
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 moreimpl Copy for PolicyPlanMeta
Source§impl Debug for PolicyPlanMeta
impl Debug for PolicyPlanMeta
impl Eq for PolicyPlanMeta
Source§impl PartialEq for PolicyPlanMeta
impl PartialEq for PolicyPlanMeta
Source§fn eq(&self, other: &PolicyPlanMeta) -> bool
fn eq(&self, other: &PolicyPlanMeta) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PolicyPlanMeta
Auto Trait Implementations§
impl Freeze for PolicyPlanMeta
impl RefUnwindSafe for PolicyPlanMeta
impl Send for PolicyPlanMeta
impl Sync for PolicyPlanMeta
impl Unpin for PolicyPlanMeta
impl UnsafeUnpin for PolicyPlanMeta
impl UnwindSafe for PolicyPlanMeta
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