pub struct GhostSignals {
pub message_count: i64,
pub hours_since_last_ghost: Option<f64>,
}Fields§
§message_count: i64§hours_since_last_ghost: Option<f64>Trait Implementations§
Source§impl Clone for GhostSignals
impl Clone for GhostSignals
Source§fn clone(&self) -> GhostSignals
fn clone(&self) -> GhostSignals
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 moreimpl Copy for GhostSignals
Source§impl Debug for GhostSignals
impl Debug for GhostSignals
Source§impl PartialEq for GhostSignals
impl PartialEq for GhostSignals
impl StructuralPartialEq for GhostSignals
Auto Trait Implementations§
impl Freeze for GhostSignals
impl RefUnwindSafe for GhostSignals
impl Send for GhostSignals
impl Sync for GhostSignals
impl Unpin for GhostSignals
impl UnsafeUnpin for GhostSignals
impl UnwindSafe for GhostSignals
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