pub struct NullMessageStoreFactory(/* private fields */);
Expand description
Null implementation of MessageStore.
Will not actually store messages. Useful for admin-only or market data-only applications.
Implementations§
Trait Implementations§
Source§impl Debug for NullMessageStoreFactory
impl Debug for NullMessageStoreFactory
Source§impl Default for NullMessageStoreFactory
impl Default for NullMessageStoreFactory
Source§impl Drop for NullMessageStoreFactory
impl Drop for NullMessageStoreFactory
Source§impl FfiMessageStoreFactory for NullMessageStoreFactory
impl FfiMessageStoreFactory for NullMessageStoreFactory
Source§fn as_ffi_ptr(&self) -> FixMessageStoreFactory_t
fn as_ffi_ptr(&self) -> FixMessageStoreFactory_t
Get a representation of the message store as a FFI pointer.
Auto Trait Implementations§
impl Freeze for NullMessageStoreFactory
impl RefUnwindSafe for NullMessageStoreFactory
impl !Send for NullMessageStoreFactory
impl !Sync for NullMessageStoreFactory
impl Unpin for NullMessageStoreFactory
impl UnwindSafe for NullMessageStoreFactory
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