pub struct LiquidationOptions {
pub limit: Option<i64>,
}Fields§
§limit: Option<i64>Implementations§
Auto Trait Implementations§
impl Freeze for LiquidationOptions
impl RefUnwindSafe for LiquidationOptions
impl Send for LiquidationOptions
impl Sync for LiquidationOptions
impl Unpin for LiquidationOptions
impl UnsafeUnpin for LiquidationOptions
impl UnwindSafe for LiquidationOptions
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