pub struct GanStatusResult {
pub status: GanStatusWire,
}Expand description
ign gan status output model.
Fields§
§status: GanStatusWireThe 5-field wire status — zeros on a non-GAN gateway are healthy data (the capture IS the meaning).
Trait Implementations§
Source§impl Debug for GanStatusResult
impl Debug for GanStatusResult
Auto Trait Implementations§
impl Freeze for GanStatusResult
impl RefUnwindSafe for GanStatusResult
impl Send for GanStatusResult
impl Sync for GanStatusResult
impl Unpin for GanStatusResult
impl UnsafeUnpin for GanStatusResult
impl UnwindSafe for GanStatusResult
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