pub struct AgentMonitorState {
pub tmux_activity_ts: u64,
pub has_agent_tail: bool,
}Fields§
§tmux_activity_ts: u64§has_agent_tail: boolTrait Implementations§
Source§impl Clone for AgentMonitorState
impl Clone for AgentMonitorState
Source§fn clone(&self) -> AgentMonitorState
fn clone(&self) -> AgentMonitorState
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 AgentMonitorState
Source§impl Debug for AgentMonitorState
impl Debug for AgentMonitorState
Source§impl Default for AgentMonitorState
impl Default for AgentMonitorState
Source§fn default() -> AgentMonitorState
fn default() -> AgentMonitorState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentMonitorState
impl RefUnwindSafe for AgentMonitorState
impl Send for AgentMonitorState
impl Sync for AgentMonitorState
impl Unpin for AgentMonitorState
impl UnsafeUnpin for AgentMonitorState
impl UnwindSafe for AgentMonitorState
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