pub struct NetworkCounterpartySystemStatusRequest {
    pub network_request_type: NetworkRequestType,
    pub network_request_id: Str,
    pub comp_id_req_grp: Option<Vec<CompIdReqGrp>>,
}Fields
network_request_type: NetworkRequestTypenetwork_request_id: Strcomp_id_req_grp: Option<Vec<CompIdReqGrp>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetworkCounterpartySystemStatusRequest
impl Send for NetworkCounterpartySystemStatusRequest
impl Sync for NetworkCounterpartySystemStatusRequest
impl Unpin for NetworkCounterpartySystemStatusRequest
impl UnwindSafe for NetworkCounterpartySystemStatusRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more