pub struct Market<'a> { /* private fields */ }
Expand description
Market functions. mainly around swapping tokens
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Market<'a>
impl<'a> !RefUnwindSafe for Market<'a>
impl<'a> Send for Market<'a>
impl<'a> Sync for Market<'a>
impl<'a> Unpin for Market<'a>
impl<'a> !UnwindSafe for Market<'a>
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