pub struct ActivityInterval {
pub start: u64,
pub end: u64,
}Fields§
§start: u64§end: u64Trait Implementations§
Source§impl Clone for ActivityInterval
impl Clone for ActivityInterval
Source§fn clone(&self) -> ActivityInterval
fn clone(&self) -> ActivityInterval
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 ActivityInterval
impl Debug for ActivityInterval
Source§impl<'de> Deserialize<'de> for ActivityInterval
impl<'de> Deserialize<'de> for ActivityInterval
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
Auto Trait Implementations§
impl Freeze for ActivityInterval
impl RefUnwindSafe for ActivityInterval
impl Send for ActivityInterval
impl Sync for ActivityInterval
impl Unpin for ActivityInterval
impl UnwindSafe for ActivityInterval
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