pub enum AllocationMode {
Sparse,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for AllocationMode
impl Clone for AllocationMode
Source§fn clone(&self) -> AllocationMode
fn clone(&self) -> AllocationMode
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 AllocationMode
impl Debug for AllocationMode
Source§impl Default for AllocationMode
impl Default for AllocationMode
Source§fn default() -> AllocationMode
fn default() -> AllocationMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for AllocationMode
impl PartialEq for AllocationMode
impl Copy for AllocationMode
impl Eq for AllocationMode
impl StructuralPartialEq for AllocationMode
Auto Trait Implementations§
impl Freeze for AllocationMode
impl RefUnwindSafe for AllocationMode
impl Send for AllocationMode
impl Sync for AllocationMode
impl Unpin for AllocationMode
impl UnwindSafe for AllocationMode
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