Struct StoreOnHeap
struct StoreOnHeap
Indicates that storage should be allocated on heap.
Implementations
impl Clone for StoreOnHeap
fn clone(self: &Self) -> StoreOnHeap
impl Copy for StoreOnHeap
impl Debug for StoreOnHeap
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for StoreOnHeap
impl Freeze for StoreOnHeap
impl PartialEq for StoreOnHeap
fn eq(self: &Self, other: &StoreOnHeap) -> bool
impl RefUnwindSafe for StoreOnHeap
impl Send for StoreOnHeap
impl StructuralPartialEq for StoreOnHeap
impl Sync for StoreOnHeap
impl Unpin for StoreOnHeap
impl UnsafeUnpin for StoreOnHeap
impl UnwindSafe for StoreOnHeap
impl<R: Reader> EvaluationStorage for StoreOnHeap
impl<T> Any for StoreOnHeap
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for StoreOnHeap
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for StoreOnHeap
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for StoreOnHeap
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for StoreOnHeap
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for StoreOnHeap
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for StoreOnHeap
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for StoreOnHeap
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for StoreOnHeap
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>