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