pub struct DateAtBootResponse {
pub timestamp: u64,
/* private fields */
}Fields§
§timestamp: u64Unix timestamp
Trait Implementations§
Source§impl Clone for DateAtBootResponse
impl Clone for DateAtBootResponse
Source§fn clone(&self) -> DateAtBootResponse
fn clone(&self) -> DateAtBootResponse
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 moreimpl Copy for DateAtBootResponse
Auto Trait Implementations§
impl Freeze for DateAtBootResponse
impl RefUnwindSafe for DateAtBootResponse
impl Send for DateAtBootResponse
impl Sync for DateAtBootResponse
impl Unpin for DateAtBootResponse
impl UnwindSafe for DateAtBootResponse
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