pub struct NativeCapabilities {
pub fast_stream: bool,
pub special_orders: bool,
pub ws_order_entry: bool,
}Expand description
Native-only capabilities.
Fields§
§fast_stream: bool§special_orders: bool§ws_order_entry: boolTrait Implementations§
Source§impl Clone for NativeCapabilities
impl Clone for NativeCapabilities
Source§fn clone(&self) -> NativeCapabilities
fn clone(&self) -> NativeCapabilities
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 NativeCapabilities
impl Debug for NativeCapabilities
Source§impl<'de> Deserialize<'de> for NativeCapabilities
impl<'de> Deserialize<'de> for NativeCapabilities
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NativeCapabilities
impl PartialEq for NativeCapabilities
Source§impl Serialize for NativeCapabilities
impl Serialize for NativeCapabilities
impl Copy for NativeCapabilities
impl Eq for NativeCapabilities
impl StructuralPartialEq for NativeCapabilities
Auto Trait Implementations§
impl Freeze for NativeCapabilities
impl RefUnwindSafe for NativeCapabilities
impl Send for NativeCapabilities
impl Sync for NativeCapabilities
impl Unpin for NativeCapabilities
impl UnsafeUnpin for NativeCapabilities
impl UnwindSafe for NativeCapabilities
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