pub struct GetCurrentTimeReturnObject {
pub current_time: JsFloat,
}Fields§
§current_time: JsFloatTrait Implementations§
Source§impl Clone for GetCurrentTimeReturnObject
impl Clone for GetCurrentTimeReturnObject
Source§fn clone(&self) -> GetCurrentTimeReturnObject
fn clone(&self) -> GetCurrentTimeReturnObject
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 moreSource§impl Debug for GetCurrentTimeReturnObject
impl Debug for GetCurrentTimeReturnObject
Source§impl<'de> Deserialize<'de> for GetCurrentTimeReturnObject
impl<'de> Deserialize<'de> for GetCurrentTimeReturnObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for GetCurrentTimeReturnObject
Auto Trait Implementations§
impl Freeze for GetCurrentTimeReturnObject
impl RefUnwindSafe for GetCurrentTimeReturnObject
impl Send for GetCurrentTimeReturnObject
impl Sync for GetCurrentTimeReturnObject
impl Unpin for GetCurrentTimeReturnObject
impl UnwindSafe for GetCurrentTimeReturnObject
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