Struct vkrs::account::ChangePassword [] [src]

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

The account.changePassword API request.

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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