#[repr(i32)]pub enum WireReplyKind {
Ack = 1,
PredictedToken = 2,
PredictedTokens = 3,
}Variants§
Trait Implementations§
Source§impl Clone for WireReplyKind
impl Clone for WireReplyKind
Source§fn clone(&self) -> WireReplyKind
fn clone(&self) -> WireReplyKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WireReplyKind
Source§impl Debug for WireReplyKind
impl Debug for WireReplyKind
impl Eq for WireReplyKind
Source§impl PartialEq for WireReplyKind
impl PartialEq for WireReplyKind
impl StructuralPartialEq for WireReplyKind
Auto Trait Implementations§
impl Freeze for WireReplyKind
impl RefUnwindSafe for WireReplyKind
impl Send for WireReplyKind
impl Sync for WireReplyKind
impl Unpin for WireReplyKind
impl UnsafeUnpin for WireReplyKind
impl UnwindSafe for WireReplyKind
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