pub struct client_order_id {}
Implementations§
Source§impl client_order_id
impl client_order_id
pub fn get() -> ClientOrderId
pub fn default() -> ClientOrderId
Auto Trait Implementations§
impl Freeze for client_order_id
impl RefUnwindSafe for client_order_id
impl Send for client_order_id
impl Sync for client_order_id
impl Unpin for client_order_id
impl UnwindSafe for client_order_id
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