pub struct MySqlBinaryDecoder;Expand description
Decoder for MySQL binary-family columns (base64 on the wire).
Trait Implementations§
Source§impl Clone for MySqlBinaryDecoder
impl Clone for MySqlBinaryDecoder
Source§fn clone(&self) -> MySqlBinaryDecoder
fn clone(&self) -> MySqlBinaryDecoder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MySqlBinaryDecoder
Source§impl Debug for MySqlBinaryDecoder
impl Debug for MySqlBinaryDecoder
Source§impl Default for MySqlBinaryDecoder
impl Default for MySqlBinaryDecoder
Source§fn default() -> MySqlBinaryDecoder
fn default() -> MySqlBinaryDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MySqlBinaryDecoder
impl RefUnwindSafe for MySqlBinaryDecoder
impl Send for MySqlBinaryDecoder
impl Sync for MySqlBinaryDecoder
impl Unpin for MySqlBinaryDecoder
impl UnsafeUnpin for MySqlBinaryDecoder
impl UnwindSafe for MySqlBinaryDecoder
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