Struct vkrs::account::SetProfileInfo [] [src]

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

The account.setProfileInfo API request.

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

impl<'a> PartialEq for SetProfileInfo<'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 SetProfileInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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