Struct bonsaidb_core::networking::DeleteUser
source · pub struct DeleteUser {
pub user: NamedReference<'static, u64>,
}
Expand description
Deletes a user.
Fields§
§user: NamedReference<'static, u64>
The unique primary key of the user to be deleted.
Trait Implementations§
source§impl Api for DeleteUser
impl Api for DeleteUser
source§impl Clone for DeleteUser
impl Clone for DeleteUser
source§fn clone(&self) -> DeleteUser
fn clone(&self) -> DeleteUser
Returns a copy 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 DeleteUser
impl Debug for DeleteUser
source§impl<'de> Deserialize<'de> for DeleteUser
impl<'de> Deserialize<'de> for DeleteUser
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
Auto Trait Implementations§
impl RefUnwindSafe for DeleteUser
impl Send for DeleteUser
impl Sync for DeleteUser
impl Unpin for DeleteUser
impl UnwindSafe for DeleteUser
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