pub enum Allowance {
BasicAllowance(BasicAllowance),
PeriodicAllowance(PeriodicAllowance),
AllowedMsgAllowance(AllowedMsgAllowance),
}Expand description
Represents a generic fee allowance.
Variants§
BasicAllowance(BasicAllowance)
Represents a basic allowance
PeriodicAllowance(PeriodicAllowance)
Represents a periodic allowance
AllowedMsgAllowance(AllowedMsgAllowance)
Represents a msg allowance
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Allowance
impl RefUnwindSafe for Allowance
impl Send for Allowance
impl Sync for Allowance
impl Unpin for Allowance
impl UnwindSafe for Allowance
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