pub struct TradeWriteRuntime { /* private fields */ }Implementations§
Source§impl TradeWriteRuntime
impl TradeWriteRuntime
pub fn new_default() -> Self
pub fn new( idempotency: Arc<IdempotencyCache>, replay_guard: Arc<TradeReplayGuard>, ) -> Self
pub fn idempotency(&self) -> Arc<IdempotencyCache>
pub fn replay_guard(&self) -> Arc<TradeReplayGuard>
Trait Implementations§
Source§impl Clone for TradeWriteRuntime
impl Clone for TradeWriteRuntime
Source§fn clone(&self) -> TradeWriteRuntime
fn clone(&self) -> TradeWriteRuntime
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 TradeWriteRuntime
impl !RefUnwindSafe for TradeWriteRuntime
impl Send for TradeWriteRuntime
impl Sync for TradeWriteRuntime
impl Unpin for TradeWriteRuntime
impl UnsafeUnpin for TradeWriteRuntime
impl !UnwindSafe for TradeWriteRuntime
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