pub struct RemainingClosurePermit { /* private fields */ }Expand description
Successful remaining closure gate.
Implementations§
Source§impl RemainingClosurePermit
impl RemainingClosurePermit
Sourcepub const fn accounting(self) -> ClosureAccounting
pub const fn accounting(self) -> ClosureAccounting
Returns the unchanged prestate accounting.
Sourcepub const fn required_capacity(self) -> RequiredCapacityPlan
pub const fn required_capacity(self) -> RequiredCapacityPlan
Returns the checked componentwise successor maximum.
Sourcepub const fn delta_cycles(self) -> u64
pub const fn delta_cycles(self) -> u64
Returns the exact charged plan cycles.
Trait Implementations§
Source§impl Clone for RemainingClosurePermit
impl Clone for RemainingClosurePermit
Source§fn clone(&self) -> RemainingClosurePermit
fn clone(&self) -> RemainingClosurePermit
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 Copy for RemainingClosurePermit
Source§impl Debug for RemainingClosurePermit
impl Debug for RemainingClosurePermit
impl Eq for RemainingClosurePermit
Source§impl PartialEq for RemainingClosurePermit
impl PartialEq for RemainingClosurePermit
impl StructuralPartialEq for RemainingClosurePermit
Auto Trait Implementations§
impl Freeze for RemainingClosurePermit
impl RefUnwindSafe for RemainingClosurePermit
impl Send for RemainingClosurePermit
impl Sync for RemainingClosurePermit
impl Unpin for RemainingClosurePermit
impl UnsafeUnpin for RemainingClosurePermit
impl UnwindSafe for RemainingClosurePermit
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