#[repr(transparent)]pub struct LongLong(pub u64);Expand description
LongLong style format: https://dev.mysql.com/doc/internals/en/binary-protocol-value.html
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl ValueFormat for LongLong
impl ValueFormat for LongLong
Source§fn serialize_into(&self, sink: &mut Vec<u8>)
fn serialize_into(&self, sink: &mut Vec<u8>)
Serialize value into bytes
Auto Trait Implementations§
impl Freeze for LongLong
impl RefUnwindSafe for LongLong
impl Send for LongLong
impl Sync for LongLong
impl Unpin for LongLong
impl UnwindSafe for LongLong
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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