Lines Matching full:implement
6 - Implement `BufMut` for `&mut [MaybeUninit<u8>]` (#597)
32 - Implement native-endian get and put functions for `Buf` and `BufMut` (#576)
53 - Implement `Extend<Bytes>` for `BytesMut` (#527)
80 - Implement `From<Box<[u8]>>` for `Bytes` (#504)
212 - Implement `FromIterator<&'a u8>` for `BytesMut`/`Bytes` (#244).
213 - Implement `Buf` for `VecDeque` (#249).
218 * Implement `BufRead` for `buf::Reader` (#232).
229 * Implement `IntoBuf` for `&mut [u8]`
245 * Implement FromIterator for Bytes/BytesMut (#148).
256 * Implement `AsMut[u8]` for `BytesMut`
281 * Implement `IntoBuf` for `T: Buf`.
287 * Implement `Debug` for more types.
289 * Implement `Extend` for `BytesMut`.