pub struct ConnectionstateRequest {
pub communication_channel_id: u8,
pub control_endpoint: HPAI,
}Fields§
§communication_channel_id: u8§control_endpoint: HPAIImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionstateRequest
impl RefUnwindSafe for ConnectionstateRequest
impl Send for ConnectionstateRequest
impl Sync for ConnectionstateRequest
impl Unpin for ConnectionstateRequest
impl UnwindSafe for ConnectionstateRequest
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