pub struct DeleteUserParams {
pub user_id: String,
}
Fields§
§user_id: String
The ID of the user.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteUserParams
impl Clone for DeleteUserParams
Source§fn clone(&self) -> DeleteUserParams
fn clone(&self) -> DeleteUserParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteUserParams
impl Debug for DeleteUserParams
Source§impl<'de> Deserialize<'de> for DeleteUserParams
impl<'de> Deserialize<'de> for DeleteUserParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteUserParams
impl PartialEq for DeleteUserParams
Source§impl Serialize for DeleteUserParams
impl Serialize for DeleteUserParams
impl StructuralPartialEq for DeleteUserParams
Auto Trait Implementations§
impl Freeze for DeleteUserParams
impl RefUnwindSafe for DeleteUserParams
impl Send for DeleteUserParams
impl Sync for DeleteUserParams
impl Unpin for DeleteUserParams
impl UnwindSafe for DeleteUserParams
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