pub struct BlockFeeMultiplierDto(pub u32);Expand description
Block fee multiplier.
Tuple Fields§
§0: u32Implementations§
Source§impl BlockFeeMultiplierDto
impl BlockFeeMultiplierDto
pub const LENGTH: usize = 4usize
Sourcepub fn get_block_fee_multiplier(&self) -> u32
pub fn get_block_fee_multiplier(&self) -> u32
Sourcepub fn serializer(&self) -> Vec<u8> ⓘ
pub fn serializer(&self) -> Vec<u8> ⓘ
Sourcepub fn from_binary(src: &[u8]) -> Self
pub fn from_binary(src: &[u8]) -> Self
Trait Implementations§
Source§impl Clone for BlockFeeMultiplierDto
impl Clone for BlockFeeMultiplierDto
Source§fn clone(&self) -> BlockFeeMultiplierDto
fn clone(&self) -> BlockFeeMultiplierDto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockFeeMultiplierDto
impl Debug for BlockFeeMultiplierDto
impl Copy for BlockFeeMultiplierDto
Auto Trait Implementations§
impl Freeze for BlockFeeMultiplierDto
impl RefUnwindSafe for BlockFeeMultiplierDto
impl Send for BlockFeeMultiplierDto
impl Sync for BlockFeeMultiplierDto
impl Unpin for BlockFeeMultiplierDto
impl UnwindSafe for BlockFeeMultiplierDto
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