pub struct SigopCost(/* private fields */);Expand description
HSD signature-operation cost used by transaction policy sizing.
Implementations§
Trait Implementations§
impl Copy for SigopCost
impl Eq for SigopCost
Source§impl Ord for SigopCost
impl Ord for SigopCost
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SigopCost
impl PartialOrd for SigopCost
impl StructuralPartialEq for SigopCost
Auto Trait Implementations§
impl Freeze for SigopCost
impl RefUnwindSafe for SigopCost
impl Send for SigopCost
impl Sync for SigopCost
impl Unpin for SigopCost
impl UnsafeUnpin for SigopCost
impl UnwindSafe for SigopCost
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