pub struct RosterEntry {
pub project_id: String,
pub agent: String,
pub tmux_session: String,
}Expand description
One recorded (project, agent) running under a root, with its tmux
session name reconstructed from the prefix the team was brought up with.
The unit down/reload orphan-reaping operates on.
Fields§
§project_id: String§agent: String§tmux_session: StringImplementations§
Trait Implementations§
Source§impl Clone for RosterEntry
impl Clone for RosterEntry
Source§fn clone(&self) -> RosterEntry
fn clone(&self) -> RosterEntry
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 RosterEntry
impl Debug for RosterEntry
impl Eq for RosterEntry
Source§impl PartialEq for RosterEntry
impl PartialEq for RosterEntry
Source§fn eq(&self, other: &RosterEntry) -> bool
fn eq(&self, other: &RosterEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RosterEntry
Auto Trait Implementations§
impl Freeze for RosterEntry
impl RefUnwindSafe for RosterEntry
impl Send for RosterEntry
impl Sync for RosterEntry
impl Unpin for RosterEntry
impl UnsafeUnpin for RosterEntry
impl UnwindSafe for RosterEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.