pub struct SetMyNameParams {
pub name: Option<String>,
pub language_code: Option<String>,
}Fields§
§name: Option<String>§language_code: Option<String>Trait Implementations§
Source§impl Clone for SetMyNameParams
impl Clone for SetMyNameParams
Source§fn clone(&self) -> SetMyNameParams
fn clone(&self) -> SetMyNameParams
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 SetMyNameParams
impl Debug for SetMyNameParams
Auto Trait Implementations§
impl Freeze for SetMyNameParams
impl RefUnwindSafe for SetMyNameParams
impl Send for SetMyNameParams
impl Sync for SetMyNameParams
impl Unpin for SetMyNameParams
impl UnsafeUnpin for SetMyNameParams
impl UnwindSafe for SetMyNameParams
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