pub struct BrickStatus {
pub brick: Brick,
pub tcp_port: u16,
pub rdma_port: u16,
pub online: bool,
pub pid: u16,
}Fields§
§brick: Brick§tcp_port: u16§rdma_port: u16§online: bool§pid: u16Trait Implementations§
Source§impl Debug for BrickStatus
impl Debug for BrickStatus
Source§impl Ord for BrickStatus
impl Ord for BrickStatus
Source§fn cmp(&self, other: &BrickStatus) -> Ordering
fn cmp(&self, other: &BrickStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BrickStatus
impl PartialEq for BrickStatus
Source§impl PartialOrd for BrickStatus
impl PartialOrd for BrickStatus
impl Eq for BrickStatus
impl StructuralPartialEq for BrickStatus
Auto Trait Implementations§
impl Freeze for BrickStatus
impl RefUnwindSafe for BrickStatus
impl Send for BrickStatus
impl Sync for BrickStatus
impl Unpin for BrickStatus
impl UnwindSafe for BrickStatus
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