pub enum AllocationType {
SOR,
}Expand description
Allocation type.
Variants§
SOR
Trait Implementations§
Source§impl Debug for AllocationType
impl Debug for AllocationType
Source§impl<'de> Deserialize<'de> for AllocationType
impl<'de> Deserialize<'de> for AllocationType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AllocationType
impl PartialEq for AllocationType
Source§impl Serialize for AllocationType
impl Serialize for AllocationType
impl StructuralPartialEq for AllocationType
Auto Trait Implementations§
impl Freeze for AllocationType
impl RefUnwindSafe for AllocationType
impl Send for AllocationType
impl Sync for AllocationType
impl Unpin for AllocationType
impl UnwindSafe for AllocationType
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