pub enum AllocationPolicy {
LowMemory,
HighMemory,
}Variants§
Auto Trait Implementations§
impl Freeze for AllocationPolicy
impl RefUnwindSafe for AllocationPolicy
impl Send for AllocationPolicy
impl Sync for AllocationPolicy
impl Unpin for AllocationPolicy
impl UnsafeUnpin for AllocationPolicy
impl UnwindSafe for AllocationPolicy
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