pub struct ValidatedManifest {
pub manifest: PolicyManifest,
pub expanded: ExpandedManifest,
pub desired: RoleGraph,
}Expand description
The result of successfully validating a manifest.
Fields§
§manifest: PolicyManifest§expanded: ExpandedManifest§desired: RoleGraphAuto Trait Implementations§
impl Freeze for ValidatedManifest
impl RefUnwindSafe for ValidatedManifest
impl Send for ValidatedManifest
impl Sync for ValidatedManifest
impl Unpin for ValidatedManifest
impl UnsafeUnpin for ValidatedManifest
impl UnwindSafe for ValidatedManifest
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