pub struct RecordSizePermit { /* private fields */ }Expand description
Successful static ordinary-record size preflight.
The exact encoded charge is carried forward so a later protocol operation does not need to recompute or substitute the value that passed stage 8.
Implementations§
Source§impl RecordSizePermit
impl RecordSizePermit
Sourcepub const fn encoded_record_charge(self) -> ResourceVector
pub const fn encoded_record_charge(self) -> ResourceVector
Returns the exact encoded charge that passed both component limits.
Trait Implementations§
Source§impl Clone for RecordSizePermit
impl Clone for RecordSizePermit
Source§fn clone(&self) -> RecordSizePermit
fn clone(&self) -> RecordSizePermit
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 RecordSizePermit
Source§impl Debug for RecordSizePermit
impl Debug for RecordSizePermit
impl Eq for RecordSizePermit
Source§impl PartialEq for RecordSizePermit
impl PartialEq for RecordSizePermit
impl StructuralPartialEq for RecordSizePermit
Auto Trait Implementations§
impl Freeze for RecordSizePermit
impl RefUnwindSafe for RecordSizePermit
impl Send for RecordSizePermit
impl Sync for RecordSizePermit
impl Unpin for RecordSizePermit
impl UnsafeUnpin for RecordSizePermit
impl UnwindSafe for RecordSizePermit
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