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