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 copy 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 NetworkStatusResponseType
impl Debug for NetworkStatusResponseType
Source§impl FromStr for NetworkStatusResponseType
impl FromStr for NetworkStatusResponseType
Source§impl Hash for NetworkStatusResponseType
impl Hash for NetworkStatusResponseType
impl Copy for NetworkStatusResponseType
impl Eq for NetworkStatusResponseType
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 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