pub struct VerifiedAggregateInvocationBudget {
pub scope: AggregateInvocationScope,
pub owner_id: String,
pub max_invocations: u32,
pub root_binding_digest: Option<String>,
}Fields§
§scope: AggregateInvocationScope§owner_id: String§max_invocations: u32§root_binding_digest: Option<String>Trait Implementations§
Source§impl Clone for VerifiedAggregateInvocationBudget
impl Clone for VerifiedAggregateInvocationBudget
Source§fn clone(&self) -> VerifiedAggregateInvocationBudget
fn clone(&self) -> VerifiedAggregateInvocationBudget
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 moreimpl Eq for VerifiedAggregateInvocationBudget
impl StructuralPartialEq for VerifiedAggregateInvocationBudget
Auto Trait Implementations§
impl Freeze for VerifiedAggregateInvocationBudget
impl RefUnwindSafe for VerifiedAggregateInvocationBudget
impl Send for VerifiedAggregateInvocationBudget
impl Sync for VerifiedAggregateInvocationBudget
impl Unpin for VerifiedAggregateInvocationBudget
impl UnsafeUnpin for VerifiedAggregateInvocationBudget
impl UnwindSafe for VerifiedAggregateInvocationBudget
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