> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::starknet::storage::StorageNodeMutDeref

This makes the storage node members directly accessible from a path to the parent struct.

## Signature

```rust theme={null}
pub impl StorageNodeMutDeref> of Deref>>;
```

## Impl functions

### deref

#### Signature

```rust theme={null}
fn deref(self: StoragePath>) -> NodeType
```

## Impl types

### Target

#### Signature

```rust theme={null}
type Target = NodeType;
```
