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