pub struct TCPClose {
pub connection_id: ConnectionID,
}Fields§
§connection_id: ConnectionIDTrait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for TCPClose
impl<'__de, __Context> BorrowDecode<'__de, __Context> for TCPClose
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
impl StructuralPartialEq for TCPClose
Auto Trait Implementations§
impl Freeze for TCPClose
impl RefUnwindSafe for TCPClose
impl Send for TCPClose
impl Sync for TCPClose
impl Unpin for TCPClose
impl UnwindSafe for TCPClose
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