pub struct CommandByte;Implementations§
Source§impl CommandByte
impl CommandByte
pub const PING: u8 = 0
pub const VERSION: u8 = 1
pub const AUTH: u8 = 2
pub const GET: u8 = 3
pub const SET: u8 = 4
pub const DEL: u8 = 5
pub const HAS: u8 = 6
pub const PEEK: u8 = 7
pub const TTL: u8 = 8
pub const SIZE: u8 = 9
pub const WIPE: u8 = 10
pub const RESIZE: u8 = 11
pub const POLICY: u8 = 12
pub const STATUS: u8 = 13
Auto Trait Implementations§
impl Freeze for CommandByte
impl RefUnwindSafe for CommandByte
impl Send for CommandByte
impl Sync for CommandByte
impl Unpin for CommandByte
impl UnsafeUnpin for CommandByte
impl UnwindSafe for CommandByte
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