pub struct UptimeInfo(pub Option<f64>);Tuple Fields§
§0: Option<f64>Trait Implementations§
Source§impl Clone for UptimeInfo
impl Clone for UptimeInfo
Source§fn clone(&self) -> UptimeInfo
fn clone(&self) -> UptimeInfo
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 UptimeInfo
impl Debug for UptimeInfo
Source§impl Default for UptimeInfo
impl Default for UptimeInfo
Source§fn default() -> UptimeInfo
fn default() -> UptimeInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UptimeInfo
impl RefUnwindSafe for UptimeInfo
impl Send for UptimeInfo
impl Sync for UptimeInfo
impl Unpin for UptimeInfo
impl UnwindSafe for UptimeInfo
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