pub struct RemoveAmountResponse {
pub amount_removed: Uint256,
pub shares_removed: Uint256,
}Fields§
§amount_removed: Uint256Auto Trait Implementations§
impl Freeze for RemoveAmountResponse
impl RefUnwindSafe for RemoveAmountResponse
impl Send for RemoveAmountResponse
impl Sync for RemoveAmountResponse
impl Unpin for RemoveAmountResponse
impl UnwindSafe for RemoveAmountResponse
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