Struct unsigned_varint::codec::UviBytes
source · [−]pub struct UviBytes<T = Bytes> { /* private fields */ }
Expand description
Encoder/Decoder of unsigned-varint, length-prefixed bytes
Implementations
Trait Implementations
sourceimpl<T> Decoder for UviBytes<T>
impl<T> Decoder for UviBytes<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for UviBytes<T> where
T: RefUnwindSafe,
impl<T> Send for UviBytes<T> where
T: Send,
impl<T> Sync for UviBytes<T> where
T: Sync,
impl<T> Unpin for UviBytes<T> where
T: Unpin,
impl<T> UnwindSafe for UviBytes<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more