pub(crate) enum HelloBytes {
Ok([u8; 1]),
BackOff([u8; 9]),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelloBytes
impl RefUnwindSafe for HelloBytes
impl Send for HelloBytes
impl Sync for HelloBytes
impl Unpin for HelloBytes
impl UnsafeUnpin for HelloBytes
impl UnwindSafe for HelloBytes
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