Struct vkrs::account::GetCounters [] [src]

pub struct GetCounters<'a> { /* fields omitted */ }

The account.getCounters API request.

Methods

impl<'a> GetCounters<'a>
[src]

Trait Implementations

impl<'a> Eq for GetCounters<'a>
[src]

impl<'a> Copy for GetCounters<'a>
[src]

impl<'a> Debug for GetCounters<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetCounters<'a>
[src]

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

This method tests for !=.

impl<'a> Clone for GetCounters<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Request for GetCounters<'a>
[src]