Struct vkrs::account::SetOnline [] [src]

pub struct SetOnline { /* fields omitted */ }

The account.setOnline API request.

Methods

impl SetOnline
[src]

Trait Implementations

impl Eq for SetOnline
[src]

impl Copy for SetOnline
[src]

impl Debug for SetOnline
[src]

Formats the value using the given formatter.

impl PartialEq for SetOnline
[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 SetOnline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Request for SetOnline
[src]