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