Struct vkrs::storage::GetKeys [] [src]

pub struct GetKeys { /* fields omitted */ }

The storage.getKeys API request.

Methods

impl GetKeys
[src]

Trait Implementations

impl Eq for GetKeys
[src]

impl Copy for GetKeys
[src]

impl Debug for GetKeys
[src]

Formats the value using the given formatter.

impl PartialEq for GetKeys
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for GetKeys
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Request for GetKeys
[src]