pub struct AutoFillConfig {
pub delay: Duration,
pub price: Option<Decimal>,
}Fields§
§delay: Duration§price: Option<Decimal>Trait Implementations§
Source§impl Clone for AutoFillConfig
impl Clone for AutoFillConfig
Source§fn clone(&self) -> AutoFillConfig
fn clone(&self) -> AutoFillConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AutoFillConfig
impl RefUnwindSafe for AutoFillConfig
impl Send for AutoFillConfig
impl Sync for AutoFillConfig
impl Unpin for AutoFillConfig
impl UnwindSafe for AutoFillConfig
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