pub enum MintStrategy {
Naive,
}Variants§
Naive
Auto Trait Implementations§
impl Freeze for MintStrategy
impl RefUnwindSafe for MintStrategy
impl Send for MintStrategy
impl Sync for MintStrategy
impl Unpin for MintStrategy
impl UnwindSafe for MintStrategy
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