pub struct ConnectionsResponse {
pub connected_processes: usize,
pub processes: Vec<ConnectedProcessInfo>,
}Expand description
API response for connected processes.
Fields§
§connected_processes: usize§processes: Vec<ConnectedProcessInfo>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionsResponse
impl RefUnwindSafe for ConnectionsResponse
impl Send for ConnectionsResponse
impl Sync for ConnectionsResponse
impl Unpin for ConnectionsResponse
impl UnsafeUnpin for ConnectionsResponse
impl UnwindSafe for ConnectionsResponse
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