pub struct ContactEditParams {
pub empfaenger: Option<String>,
pub id: u32,
pub nick: Option<String>,
}
Fields§
§empfaenger: Option<String>
§id: u32
§nick: Option<String>
Trait Implementations§
Source§impl Default for ContactEditParams
impl Default for ContactEditParams
Source§fn default() -> ContactEditParams
fn default() -> ContactEditParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContactEditParams
impl RefUnwindSafe for ContactEditParams
impl Send for ContactEditParams
impl Sync for ContactEditParams
impl Unpin for ContactEditParams
impl UnwindSafe for ContactEditParams
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