pub struct AppTimeAnsPayload {
pub time_correction: i32,
pub param: AppTimeAnsPayloadParam,
}Fields§
§time_correction: i32§param: AppTimeAnsPayloadParamTrait Implementations§
Source§impl Clone for AppTimeAnsPayload
impl Clone for AppTimeAnsPayload
Source§fn clone(&self) -> AppTimeAnsPayload
fn clone(&self) -> AppTimeAnsPayload
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 moreSource§impl Debug for AppTimeAnsPayload
impl Debug for AppTimeAnsPayload
Source§impl PartialEq for AppTimeAnsPayload
impl PartialEq for AppTimeAnsPayload
Source§fn eq(&self, other: &AppTimeAnsPayload) -> bool
fn eq(&self, other: &AppTimeAnsPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PayloadCodec for AppTimeAnsPayload
impl PayloadCodec for AppTimeAnsPayload
impl StructuralPartialEq for AppTimeAnsPayload
Auto Trait Implementations§
impl Freeze for AppTimeAnsPayload
impl RefUnwindSafe for AppTimeAnsPayload
impl Send for AppTimeAnsPayload
impl Sync for AppTimeAnsPayload
impl Unpin for AppTimeAnsPayload
impl UnsafeUnpin for AppTimeAnsPayload
impl UnwindSafe for AppTimeAnsPayload
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