Struct rbdc_mysql::protocol::statement::BinaryRow
source · pub struct BinaryRow(pub Row);
Tuple Fields§
§0: Row
Trait Implementations§
source§impl<'de> Decode<'de, &'de [MySqlColumn]> for BinaryRow
impl<'de> Decode<'de, &'de [MySqlColumn]> for BinaryRow
fn decode_with(buf: Bytes, columns: &'de [MySqlColumn]) -> Result<Self, Error>
Auto Trait Implementations§
impl RefUnwindSafe for BinaryRow
impl Send for BinaryRow
impl Sync for BinaryRow
impl Unpin for BinaryRow
impl UnwindSafe for BinaryRow
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