pub struct PatchUserResponse { /* private fields */ }Implementations§
Source§impl PatchUserResponse
impl PatchUserResponse
pub fn created_at<T>(self, value: T) -> Self
pub fn display_name<T>(self, value: T) -> Self
pub fn email<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn role<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PatchUserResponse
impl Clone for PatchUserResponse
Source§fn clone(&self) -> PatchUserResponse
fn clone(&self) -> PatchUserResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PatchUserResponse
impl Debug for PatchUserResponse
Source§impl Default for PatchUserResponse
impl Default for PatchUserResponse
Source§impl From<PatchUserResponse> for PatchUserResponse
impl From<PatchUserResponse> for PatchUserResponse
Source§fn from(value: PatchUserResponse) -> Self
fn from(value: PatchUserResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PatchUserResponse> for PatchUserResponse
impl TryFrom<PatchUserResponse> for PatchUserResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PatchUserResponse) -> Result<Self, ConversionError>
fn try_from(value: PatchUserResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PatchUserResponse
impl RefUnwindSafe for PatchUserResponse
impl Send for PatchUserResponse
impl Sync for PatchUserResponse
impl Unpin for PatchUserResponse
impl UnsafeUnpin for PatchUserResponse
impl UnwindSafe for PatchUserResponse
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