pub struct PolicyReport {
pub declared_effects: IndexMap<String, Vec<DeclaredEffect>>,
pub total_budget: u64,
}Fields§
§declared_effects: IndexMap<String, Vec<DeclaredEffect>>§total_budget: u64Trait Implementations§
Source§impl Clone for PolicyReport
impl Clone for PolicyReport
Source§fn clone(&self) -> PolicyReport
fn clone(&self) -> PolicyReport
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 moreAuto Trait Implementations§
impl Freeze for PolicyReport
impl RefUnwindSafe for PolicyReport
impl Send for PolicyReport
impl Sync for PolicyReport
impl Unpin for PolicyReport
impl UnsafeUnpin for PolicyReport
impl UnwindSafe for PolicyReport
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