pub struct SessionMessageShellTime {
pub completed: Option<f64>,
pub created: f64,
}Fields§
§completed: Option<f64>§created: f64Trait Implementations§
Source§impl Clone for SessionMessageShellTime
impl Clone for SessionMessageShellTime
Source§fn clone(&self) -> SessionMessageShellTime
fn clone(&self) -> SessionMessageShellTime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionMessageShellTime
impl Debug for SessionMessageShellTime
Source§impl<'de> Deserialize<'de> for SessionMessageShellTime
impl<'de> Deserialize<'de> for SessionMessageShellTime
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
Source§impl PartialEq for SessionMessageShellTime
impl PartialEq for SessionMessageShellTime
Source§impl Serialize for SessionMessageShellTime
impl Serialize for SessionMessageShellTime
impl StructuralPartialEq for SessionMessageShellTime
Auto Trait Implementations§
impl Freeze for SessionMessageShellTime
impl RefUnwindSafe for SessionMessageShellTime
impl Send for SessionMessageShellTime
impl Sync for SessionMessageShellTime
impl Unpin for SessionMessageShellTime
impl UnsafeUnpin for SessionMessageShellTime
impl UnwindSafe for SessionMessageShellTime
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