pub enum CotpRecvResult {
Closed,
Data(Vec<u8>),
}Variants§
Auto Trait Implementations§
impl Freeze for CotpRecvResult
impl RefUnwindSafe for CotpRecvResult
impl Send for CotpRecvResult
impl Sync for CotpRecvResult
impl Unpin for CotpRecvResult
impl UnsafeUnpin for CotpRecvResult
impl UnwindSafe for CotpRecvResult
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