pub struct UserDeleteResponse {
pub object: String,
pub id: String,
pub deleted: bool,
}
Fields§
§object: String
§id: String
§deleted: bool
Trait Implementations§
Source§impl Clone for UserDeleteResponse
impl Clone for UserDeleteResponse
Source§fn clone(&self) -> UserDeleteResponse
fn clone(&self) -> UserDeleteResponse
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 UserDeleteResponse
impl Debug for UserDeleteResponse
Source§impl Default for UserDeleteResponse
impl Default for UserDeleteResponse
Source§fn default() -> UserDeleteResponse
fn default() -> UserDeleteResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserDeleteResponse
impl RefUnwindSafe for UserDeleteResponse
impl Send for UserDeleteResponse
impl Sync for UserDeleteResponse
impl Unpin for UserDeleteResponse
impl UnwindSafe for UserDeleteResponse
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