pub struct HistoryClientStatus {
pub id: ClientId,
pub name: String,
pub connected: bool,
}
Expand description
History client status
Fields§
§id: ClientId
§name: String
§connected: bool
Implementations§
Trait Implementations§
Source§impl Debug for HistoryClientStatus
impl Debug for HistoryClientStatus
Source§impl FromStr for HistoryClientStatus
impl FromStr for HistoryClientStatus
Source§impl PartialEq for HistoryClientStatus
impl PartialEq for HistoryClientStatus
impl StructuralPartialEq for HistoryClientStatus
Auto Trait Implementations§
impl Freeze for HistoryClientStatus
impl RefUnwindSafe for HistoryClientStatus
impl Send for HistoryClientStatus
impl Sync for HistoryClientStatus
impl Unpin for HistoryClientStatus
impl UnwindSafe for HistoryClientStatus
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