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