pub struct HeapAllowed;Trait Implementations§
Source§impl Clone for HeapAllowed
impl Clone for HeapAllowed
Source§fn clone(&self) -> HeapAllowed
fn clone(&self) -> HeapAllowed
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 HeapAllowed
impl Debug for HeapAllowed
Source§impl Default for HeapAllowed
impl Default for HeapAllowed
Source§fn default() -> HeapAllowed
fn default() -> HeapAllowed
Returns the “default value” for a type. Read more
Source§impl StoragePolicy for HeapAllowed
impl StoragePolicy for HeapAllowed
const ALLOW_HEAP: bool = true
impl Copy for HeapAllowed
Auto Trait Implementations§
impl Freeze for HeapAllowed
impl RefUnwindSafe for HeapAllowed
impl Send for HeapAllowed
impl Sync for HeapAllowed
impl Unpin for HeapAllowed
impl UnwindSafe for HeapAllowed
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