pub struct GovernanceGenerator { /* private fields */ }Expand description
Generates GovernanceMetric records.
Implementations§
Auto Trait Implementations§
impl Freeze for GovernanceGenerator
impl RefUnwindSafe for GovernanceGenerator
impl Send for GovernanceGenerator
impl Sync for GovernanceGenerator
impl Unpin for GovernanceGenerator
impl UnsafeUnpin for GovernanceGenerator
impl UnwindSafe for GovernanceGenerator
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