pub struct AuthUpdateUserResponse {
pub success: bool,
}Expand description
Generated schema type AuthUpdateUserResponse.
Fields§
§success: boolTrait Implementations§
Source§impl Clone for AuthUpdateUserResponse
impl Clone for AuthUpdateUserResponse
Source§fn clone(&self) -> AuthUpdateUserResponse
fn clone(&self) -> AuthUpdateUserResponse
Returns a duplicate 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 AuthUpdateUserResponse
impl Debug for AuthUpdateUserResponse
Source§impl<'de> Deserialize<'de> for AuthUpdateUserResponse
impl<'de> Deserialize<'de> for AuthUpdateUserResponse
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 AuthUpdateUserResponse
impl PartialEq for AuthUpdateUserResponse
Source§impl Serialize for AuthUpdateUserResponse
impl Serialize for AuthUpdateUserResponse
impl StructuralPartialEq for AuthUpdateUserResponse
Auto Trait Implementations§
impl Freeze for AuthUpdateUserResponse
impl RefUnwindSafe for AuthUpdateUserResponse
impl Send for AuthUpdateUserResponse
impl Sync for AuthUpdateUserResponse
impl Unpin for AuthUpdateUserResponse
impl UnsafeUnpin for AuthUpdateUserResponse
impl UnwindSafe for AuthUpdateUserResponse
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