pub struct GetMapByIdParams {
    pub map_id: i32,
}Expand description
struct for passing parameters to the method get_map_by_id
Fields§
§map_id: i32The unique ID of the map.
Implementations§
Trait Implementations§
Source§impl Clone for GetMapByIdParams
 
impl Clone for GetMapByIdParams
Source§fn clone(&self) -> GetMapByIdParams
 
fn clone(&self) -> GetMapByIdParams
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 GetMapByIdParams
impl RefUnwindSafe for GetMapByIdParams
impl Send for GetMapByIdParams
impl Sync for GetMapByIdParams
impl Unpin for GetMapByIdParams
impl UnwindSafe for GetMapByIdParams
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