pub struct PulseAgent {
pub id: String,
pub name: String,
pub status: String,
pub seniority: String,
pub role: String,
pub current_task: Option<String>,
pub last_seen_at: Option<String>,
}Fields§
§id: String§name: String§status: String§seniority: String§role: String§current_task: Option<String>§last_seen_at: Option<String>Trait Implementations§
Source§impl Debug for PulseAgent
impl Debug for PulseAgent
Auto Trait Implementations§
impl Freeze for PulseAgent
impl RefUnwindSafe for PulseAgent
impl Send for PulseAgent
impl Sync for PulseAgent
impl Unpin for PulseAgent
impl UnsafeUnpin for PulseAgent
impl UnwindSafe for PulseAgent
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