pub struct CallbackInterface;Expand description
Callback interface for GMX-Solana.
Trait Implementations§
Source§impl Clone for CallbackInterface
impl Clone for CallbackInterface
Source§fn clone(&self) -> CallbackInterface
fn clone(&self) -> CallbackInterface
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 moreSource§impl Debug for CallbackInterface
impl Debug for CallbackInterface
Source§impl Default for CallbackInterface
impl Default for CallbackInterface
Source§fn default() -> CallbackInterface
fn default() -> CallbackInterface
Returns the “default value” for a type. Read more
impl Copy for CallbackInterface
Auto Trait Implementations§
impl Freeze for CallbackInterface
impl RefUnwindSafe for CallbackInterface
impl Send for CallbackInterface
impl Sync for CallbackInterface
impl Unpin for CallbackInterface
impl UnwindSafe for CallbackInterface
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