pub enum MDUpdateType {
FullRefresh = 0,
IncrementalRefresh = 1,
}
Variants§
Implementations§
Source§impl MDUpdateType
impl MDUpdateType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for MDUpdateType
impl Clone for MDUpdateType
Source§fn clone(&self) -> MDUpdateType
fn clone(&self) -> MDUpdateType
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 MDUpdateType
impl Debug for MDUpdateType
Source§impl FromStr for MDUpdateType
impl FromStr for MDUpdateType
Source§impl Hash for MDUpdateType
impl Hash for MDUpdateType
Source§impl IntoFixValue for MDUpdateType
impl IntoFixValue for MDUpdateType
Source§impl PartialEq for MDUpdateType
impl PartialEq for MDUpdateType
impl Copy for MDUpdateType
impl Eq for MDUpdateType
impl StructuralPartialEq for MDUpdateType
Auto Trait Implementations§
impl Freeze for MDUpdateType
impl RefUnwindSafe for MDUpdateType
impl Send for MDUpdateType
impl Sync for MDUpdateType
impl Unpin for MDUpdateType
impl UnwindSafe for MDUpdateType
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