pub struct GetCharacterStatsParams {
pub name: String,
}Expand description
struct for passing parameters to the method get_character_stats
Fields§
§name: StringThe name of the character.
Implementations§
Trait Implementations§
Source§impl Clone for GetCharacterStatsParams
impl Clone for GetCharacterStatsParams
Source§fn clone(&self) -> GetCharacterStatsParams
fn clone(&self) -> GetCharacterStatsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetCharacterStatsParams
impl RefUnwindSafe for GetCharacterStatsParams
impl Send for GetCharacterStatsParams
impl Sync for GetCharacterStatsParams
impl Unpin for GetCharacterStatsParams
impl UnsafeUnpin for GetCharacterStatsParams
impl UnwindSafe for GetCharacterStatsParams
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