pub struct ContactDeleteUserRequest {
pub userid: String,
}Expand description
Public webhook and enterprise request/response helper types. Re-exported enterprise request/response types. Request for deleting a user.
Fields§
§userid: StringUser id.
Implementations§
Trait Implementations§
Source§impl Clone for ContactDeleteUserRequest
impl Clone for ContactDeleteUserRequest
Source§fn clone(&self) -> ContactDeleteUserRequest
fn clone(&self) -> ContactDeleteUserRequest
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 ContactDeleteUserRequest
impl Debug for ContactDeleteUserRequest
Auto Trait Implementations§
impl Freeze for ContactDeleteUserRequest
impl RefUnwindSafe for ContactDeleteUserRequest
impl Send for ContactDeleteUserRequest
impl Sync for ContactDeleteUserRequest
impl Unpin for ContactDeleteUserRequest
impl UnsafeUnpin for ContactDeleteUserRequest
impl UnwindSafe for ContactDeleteUserRequest
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