StorageNodeMutDeref
This makes the storage node members directly accessible from a path to the parent struct.
Fully qualified path: core::starknet::storage::StorageNodeMutDeref
pub impl StorageNodeMutDeref<T, +StorageNodeMut<T>> of core::ops::Deref<StoragePath<Mutable<T>>>
Impl functions
deref
Fully qualified path: core::starknet::storage::StorageNodeMutDeref::deref
fn deref(self: StoragePath<Mutable<T>>) -> Self::Target
Impl types
Target
Fully qualified path: core::starknet::storage::StorageNodeMutDeref::Target
type Target = StorageNodeMut::<T>::NodeType;