pub struct ExecPriceAdjustment;Expand description
ExecPriceAdjustment (485).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecPriceAdjustment
impl RefUnwindSafe for ExecPriceAdjustment
impl Send for ExecPriceAdjustment
impl Sync for ExecPriceAdjustment
impl Unpin for ExecPriceAdjustment
impl UnsafeUnpin for ExecPriceAdjustment
impl UnwindSafe for ExecPriceAdjustment
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