pub struct GetDateNow {
pub value: InstantType,
}Fields§
§value: InstantTypeTrait Implementations§
Source§impl JsJsonDeserialize for GetDateNow
impl JsJsonDeserialize for GetDateNow
fn from_json( context: JsJsonContext, json: JsJson, ) -> Result<Self, JsJsonContext>
Source§impl JsJsonSerialize for GetDateNow
impl JsJsonSerialize for GetDateNow
Auto Trait Implementations§
impl Freeze for GetDateNow
impl RefUnwindSafe for GetDateNow
impl Send for GetDateNow
impl Sync for GetDateNow
impl Unpin for GetDateNow
impl UnsafeUnpin for GetDateNow
impl UnwindSafe for GetDateNow
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