pub struct ArkLoadStore<ParamType: CanonicalSerialize + CanonicalDeserialize> {
phantom: PhantomData<ParamType>,
}
Fields§
§phantom: PhantomData<ParamType>
Trait Implementations§
Source§impl<ParamType: Debug + CanonicalSerialize + CanonicalDeserialize> Debug for ArkLoadStore<ParamType>
impl<ParamType: Debug + CanonicalSerialize + CanonicalDeserialize> Debug for ArkLoadStore<ParamType>
Source§impl<ParamType: CanonicalSerialize + CanonicalDeserialize> Default for ArkLoadStore<ParamType>
impl<ParamType: CanonicalSerialize + CanonicalDeserialize> Default for ArkLoadStore<ParamType>
Auto Trait Implementations§
impl<ParamType> Freeze for ArkLoadStore<ParamType>
impl<ParamType> RefUnwindSafe for ArkLoadStore<ParamType>where
ParamType: RefUnwindSafe,
impl<ParamType> Send for ArkLoadStore<ParamType>where
ParamType: Send,
impl<ParamType> Sync for ArkLoadStore<ParamType>
impl<ParamType> Unpin for ArkLoadStore<ParamType>where
ParamType: Unpin,
impl<ParamType> UnwindSafe for ArkLoadStore<ParamType>where
ParamType: UnwindSafe,
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