pub struct AmountResolver { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AmountResolver
impl RefUnwindSafe for AmountResolver
impl Send for AmountResolver
impl Sync for AmountResolver
impl Unpin for AmountResolver
impl UnwindSafe for AmountResolver
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