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