pub enum AfpVersion {
Version1,
Version1_1,
Version2,
Version2_1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AfpVersion
impl Clone for AfpVersion
Source§fn clone(&self) -> AfpVersion
fn clone(&self) -> AfpVersion
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 moreSource§impl Debug for AfpVersion
impl Debug for AfpVersion
Source§impl PartialEq for AfpVersion
impl PartialEq for AfpVersion
Source§fn eq(&self, other: &AfpVersion) -> bool
fn eq(&self, other: &AfpVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<&str> for AfpVersion
impl TryFrom<&str> for AfpVersion
impl Eq for AfpVersion
impl StructuralPartialEq for AfpVersion
Auto Trait Implementations§
impl Freeze for AfpVersion
impl RefUnwindSafe for AfpVersion
impl Send for AfpVersion
impl Sync for AfpVersion
impl Unpin for AfpVersion
impl UnsafeUnpin for AfpVersion
impl UnwindSafe for AfpVersion
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