Enum market_data::OutputSize
source · pub enum OutputSize {
Compact,
Full,
}Variants§
Trait Implementations§
source§impl Debug for OutputSize
impl Debug for OutputSize
source§impl Default for OutputSize
impl Default for OutputSize
source§fn default() -> OutputSize
fn default() -> OutputSize
Returns the “default value” for a type. Read more
source§impl PartialEq for OutputSize
impl PartialEq for OutputSize
source§fn eq(&self, other: &OutputSize) -> bool
fn eq(&self, other: &OutputSize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ToString for OutputSize
impl ToString for OutputSize
impl StructuralPartialEq for OutputSize
Auto Trait Implementations§
impl RefUnwindSafe for OutputSize
impl Send for OutputSize
impl Sync for OutputSize
impl Unpin for OutputSize
impl UnwindSafe for OutputSize
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