pub enum AllocationType {
GpaPool,
SidecarNode,
}
Variants§
Trait Implementations§
Source§impl Clone for AllocationType
impl Clone for AllocationType
Source§fn clone(&self) -> AllocationType
fn clone(&self) -> AllocationType
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 AllocationType
impl Debug for AllocationType
Source§impl PartialEq for AllocationType
impl PartialEq for AllocationType
impl Copy for AllocationType
impl Eq 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