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