pub struct ComposedPolicy {
pub manifest: PolicyManifest,
pub expanded: ExpandedManifest,
pub desired: RoleGraph,
pub ownership: OwnershipIndex,
pub managed_scope: ManagedScope,
pub managed_change_surface: ManagedChangeSurface,
}Fields§
§manifest: PolicyManifest§expanded: ExpandedManifest§desired: RoleGraph§ownership: OwnershipIndex§managed_scope: ManagedScope§managed_change_surface: ManagedChangeSurfaceImplementations§
Source§impl ComposedPolicy
impl ComposedPolicy
pub fn report_context(&self) -> BundleReportContext<'_>
Trait Implementations§
Source§impl Clone for ComposedPolicy
impl Clone for ComposedPolicy
Source§fn clone(&self) -> ComposedPolicy
fn clone(&self) -> ComposedPolicy
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 moreAuto Trait Implementations§
impl Freeze for ComposedPolicy
impl RefUnwindSafe for ComposedPolicy
impl Send for ComposedPolicy
impl Sync for ComposedPolicy
impl Unpin for ComposedPolicy
impl UnsafeUnpin for ComposedPolicy
impl UnwindSafe for ComposedPolicy
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