pub struct GetMonsterParams {
pub code: String,
}Expand description
struct for passing parameters to the method get_monster
Fields§
§code: StringThe code of the monster.
Implementations§
Trait Implementations§
Source§impl Clone for GetMonsterParams
impl Clone for GetMonsterParams
Source§fn clone(&self) -> GetMonsterParams
fn clone(&self) -> GetMonsterParams
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 GetMonsterParams
impl RefUnwindSafe for GetMonsterParams
impl Send for GetMonsterParams
impl Sync for GetMonsterParams
impl Unpin for GetMonsterParams
impl UnwindSafe for GetMonsterParams
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