pub struct BinaryProtocol;
Expand description
Phantom struct used to specify MySql binary protocol.
Trait Implementations§
Source§impl Debug for BinaryProtocol
impl Debug for BinaryProtocol
impl Protocol for BinaryProtocol
Auto Trait Implementations§
impl Freeze for BinaryProtocol
impl RefUnwindSafe for BinaryProtocol
impl Send for BinaryProtocol
impl Sync for BinaryProtocol
impl Unpin for BinaryProtocol
impl UnwindSafe for BinaryProtocol
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