pub struct AuthResponseError {
pub error: String,
}
Expand description
Ответ на запрос на регистрацию
Fields§
§error: String
Trait Implementations§
source§impl Clone for AuthResponseError
impl Clone for AuthResponseError
source§fn clone(&self) -> AuthResponseError
fn clone(&self) -> AuthResponseError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AuthResponseError
impl Debug for AuthResponseError
source§impl<'de> Deserialize<'de> for AuthResponseError
impl<'de> Deserialize<'de> for AuthResponseError
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for AuthResponseError
impl PartialEq for AuthResponseError
source§fn eq(&self, other: &AuthResponseError) -> bool
fn eq(&self, other: &AuthResponseError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AuthResponseError
impl Serialize for AuthResponseError
impl StructuralPartialEq for AuthResponseError
Auto Trait Implementations§
impl RefUnwindSafe for AuthResponseError
impl Send for AuthResponseError
impl Sync for AuthResponseError
impl Unpin for AuthResponseError
impl UnwindSafe for AuthResponseError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more