pub struct RestCharacterParams {
pub name: String,
}Expand description
struct for passing parameters to the method rest_character
Fields§
§name: StringName of your character.
Implementations§
Trait Implementations§
Source§impl Clone for RestCharacterParams
impl Clone for RestCharacterParams
Source§fn clone(&self) -> RestCharacterParams
fn clone(&self) -> RestCharacterParams
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 RestCharacterParams
impl RefUnwindSafe for RestCharacterParams
impl Send for RestCharacterParams
impl Sync for RestCharacterParams
impl Unpin for RestCharacterParams
impl UnwindSafe for RestCharacterParams
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