#[non_exhaustive]pub struct CommandCodec<const N: usize> {}Available on crate feature
framez only.Implementations§
Trait Implementations§
Source§impl<const N: usize> Debug for CommandCodec<N>
impl<const N: usize> Debug for CommandCodec<N>
Source§impl<const N: usize> DecodeError for CommandCodec<N>
impl<const N: usize> DecodeError for CommandCodec<N>
Source§type Error = DecodeError
type Error = DecodeError
The type of error that a decoder returns.
Source§impl<'buf, const N: usize> Decoder<'buf> for CommandCodec<N>
impl<'buf, const N: usize> Decoder<'buf> for CommandCodec<N>
Source§impl<const N: usize> Default for CommandCodec<N>
impl<const N: usize> Default for CommandCodec<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for CommandCodec<N>
impl<const N: usize> RefUnwindSafe for CommandCodec<N>
impl<const N: usize> Send for CommandCodec<N>
impl<const N: usize> Sync for CommandCodec<N>
impl<const N: usize> Unpin for CommandCodec<N>
impl<const N: usize> UnwindSafe for CommandCodec<N>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more