pub struct DeleteCharacterParams {
pub delete_character_schema: DeleteCharacterSchema,
}Expand description
struct for passing parameters to the method delete_character
Fields§
§delete_character_schema: DeleteCharacterSchemaImplementations§
Source§impl DeleteCharacterParams
impl DeleteCharacterParams
pub fn new(delete_character_schema: DeleteCharacterSchema) -> Self
Trait Implementations§
Source§impl Clone for DeleteCharacterParams
impl Clone for DeleteCharacterParams
Source§fn clone(&self) -> DeleteCharacterParams
fn clone(&self) -> DeleteCharacterParams
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 moreAuto Trait Implementations§
impl Freeze for DeleteCharacterParams
impl RefUnwindSafe for DeleteCharacterParams
impl Send for DeleteCharacterParams
impl Sync for DeleteCharacterParams
impl Unpin for DeleteCharacterParams
impl UnwindSafe for DeleteCharacterParams
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