pub struct AuthResponseErr {
pub error: String,
}
Expand description
Ответ на запрос на регистрацию
Fields§
§error: String
Trait Implementations§
source§impl Clone for AuthResponseErr
impl Clone for AuthResponseErr
source§fn clone(&self) -> AuthResponseErr
fn clone(&self) -> AuthResponseErr
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 AuthResponseErr
impl Debug for AuthResponseErr
source§impl<'de> Deserialize<'de> for AuthResponseErr
impl<'de> Deserialize<'de> for AuthResponseErr
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 AuthResponseErr
impl PartialEq for AuthResponseErr
source§fn eq(&self, other: &AuthResponseErr) -> bool
fn eq(&self, other: &AuthResponseErr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AuthResponseErr
impl Serialize for AuthResponseErr
impl StructuralPartialEq for AuthResponseErr
Auto Trait Implementations§
impl RefUnwindSafe for AuthResponseErr
impl Send for AuthResponseErr
impl Sync for AuthResponseErr
impl Unpin for AuthResponseErr
impl UnwindSafe for AuthResponseErr
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