pub enum NetworkStatusResponseType {
Full = 1,
IncrementalUpdate = 2,
}Variants§
Implementations§
Source§impl NetworkStatusResponseType
impl NetworkStatusResponseType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for NetworkStatusResponseType
impl Clone for NetworkStatusResponseType
Source§fn clone(&self) -> NetworkStatusResponseType
fn clone(&self) -> NetworkStatusResponseType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NetworkStatusResponseType
Source§impl Debug for NetworkStatusResponseType
impl Debug for NetworkStatusResponseType
impl Eq for NetworkStatusResponseType
Source§impl FromStr for NetworkStatusResponseType
impl FromStr for NetworkStatusResponseType
Source§impl Hash for NetworkStatusResponseType
impl Hash for NetworkStatusResponseType
Source§impl PartialEq for NetworkStatusResponseType
impl PartialEq for NetworkStatusResponseType
Source§fn eq(&self, other: &NetworkStatusResponseType) -> bool
fn eq(&self, other: &NetworkStatusResponseType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NetworkStatusResponseType
Auto Trait Implementations§
impl Freeze for NetworkStatusResponseType
impl RefUnwindSafe for NetworkStatusResponseType
impl Send for NetworkStatusResponseType
impl Sync for NetworkStatusResponseType
impl Unpin for NetworkStatusResponseType
impl UnsafeUnpin for NetworkStatusResponseType
impl UnwindSafe for NetworkStatusResponseType
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