pub struct MiscFeeType;Expand description
MiscFeeType (139).
Implementations§
Source§impl MiscFeeType
impl MiscFeeType
pub const REG: char = '1'
pub const TRANSACTION: &'static str = "10"
pub const CONVERSION: &'static str = "11"
pub const AGENT: &'static str = "12"
pub const TAX: char = '2'
pub const LOCALCOMM: char = '3'
pub const EXCHFEE: char = '4'
pub const STAMP: char = '5'
pub const LEVY: char = '6'
pub const OTHER: char = '7'
pub const MARKUP: char = '8'
pub const CONSUMPTION: char = '9'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MiscFeeType
impl RefUnwindSafe for MiscFeeType
impl Send for MiscFeeType
impl Sync for MiscFeeType
impl Unpin for MiscFeeType
impl UnsafeUnpin for MiscFeeType
impl UnwindSafe for MiscFeeType
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