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