pub struct ArrayByteEncoder;Expand description
Implements ByteEncoder::serialize_bytes serializing to an array of numbers
Trait Implementations§
Source§impl ByteEncoder for ArrayByteEncoder
impl ByteEncoder for ArrayByteEncoder
fn serialize_bytes<'a, W: SerWrite>( ser: &'a mut Serializer<W, Self>, v: &[u8], ) -> Result<(), W::Error>
Auto Trait Implementations§
impl Freeze for ArrayByteEncoder
impl RefUnwindSafe for ArrayByteEncoder
impl Send for ArrayByteEncoder
impl Sync for ArrayByteEncoder
impl Unpin for ArrayByteEncoder
impl UnwindSafe for ArrayByteEncoder
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