pub struct CreatePointModel {
pub map_id: String,
pub spawn_x: i32,
pub spawn_y: i32,
pub radius: i32,
pub spawn_time: i32,
pub click_x: i32,
pub click_y: i32,
pub click_time: i32,
pub offset: i32,
}Fields§
§map_id: String§spawn_x: i32§spawn_y: i32§radius: i32§spawn_time: i32§click_x: i32§click_y: i32§click_time: i32§offset: i32Trait Implementations§
Source§impl Clone for CreatePointModel
impl Clone for CreatePointModel
Source§fn clone(&self) -> CreatePointModel
fn clone(&self) -> CreatePointModel
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 CreatePointModel
impl RefUnwindSafe for CreatePointModel
impl Send for CreatePointModel
impl Sync for CreatePointModel
impl Unpin for CreatePointModel
impl UnwindSafe for CreatePointModel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read more