pub enum MIRPot {
Reserves,
Treasury,
}Variants§
Trait Implementations§
impl Eq for MIRPot
impl StructuralPartialEq for MIRPot
Auto Trait Implementations§
impl Freeze for MIRPot
impl RefUnwindSafe for MIRPot
impl Send for MIRPot
impl Sync for MIRPot
impl Unpin for MIRPot
impl UnwindSafe for MIRPot
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