pub struct UserUpdateInput { /* private fields */ }
Implementations§
Source§impl UserUpdateInput
impl UserUpdateInput
pub fn avatar_url<T>(self, value: T) -> Self
pub fn privacy_version<T>(self, value: T) -> Self
pub fn terms_version<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for UserUpdateInput
impl Clone for UserUpdateInput
Source§fn clone(&self) -> UserUpdateInput
fn clone(&self) -> UserUpdateInput
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 UserUpdateInput
impl Debug for UserUpdateInput
Source§impl Default for UserUpdateInput
impl Default for UserUpdateInput
Source§impl From<UserUpdateInput> for UserUpdateInput
impl From<UserUpdateInput> for UserUpdateInput
Source§fn from(value: UserUpdateInput) -> Self
fn from(value: UserUpdateInput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<UserUpdateInput> for UserUpdateInput
impl TryFrom<UserUpdateInput> for UserUpdateInput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: UserUpdateInput) -> Result<Self, ConversionError>
fn try_from(value: UserUpdateInput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for UserUpdateInput
impl RefUnwindSafe for UserUpdateInput
impl Send for UserUpdateInput
impl Sync for UserUpdateInput
impl Unpin for UserUpdateInput
impl UnwindSafe for UserUpdateInput
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