Struct rive_models::data::ConfirmAccountDeletionData
source · pub struct ConfirmAccountDeletionData {
pub token: String,
}Expand description
Account deletion data
Fields§
§token: StringDeletion token
Trait Implementations§
source§impl Clone for ConfirmAccountDeletionData
impl Clone for ConfirmAccountDeletionData
source§fn clone(&self) -> ConfirmAccountDeletionData
fn clone(&self) -> ConfirmAccountDeletionData
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 ConfirmAccountDeletionData
impl Debug for ConfirmAccountDeletionData
Auto Trait Implementations§
impl RefUnwindSafe for ConfirmAccountDeletionData
impl Send for ConfirmAccountDeletionData
impl Sync for ConfirmAccountDeletionData
impl Unpin for ConfirmAccountDeletionData
impl UnwindSafe for ConfirmAccountDeletionData
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