pub struct ValidatedBundle {
pub bundle: PolicyBundle,
pub documents: Vec<PolicyDocument>,
pub composed: ComposedPolicy,
}Expand description
The result of successfully validating a composed policy bundle.
Fields§
§bundle: PolicyBundle§documents: Vec<PolicyDocument>§composed: ComposedPolicyAuto Trait Implementations§
impl Freeze for ValidatedBundle
impl RefUnwindSafe for ValidatedBundle
impl Send for ValidatedBundle
impl Sync for ValidatedBundle
impl Unpin for ValidatedBundle
impl UnsafeUnpin for ValidatedBundle
impl UnwindSafe for ValidatedBundle
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