pub enum Record<'a> {
}
Variants§
Null
Int8(&'a [u8; 1])
Int16(&'a [u8; 2])
Int24(&'a [u8; 3])
Int32(&'a [u8; 4])
Int48(&'a [u8; 6])
Int64(&'a [u8; 8])
Float(&'a [u8; 8])
Zero
One
Reserved
Blob(&'a [u8])
Text(&'a [u8])
Auto Trait Implementations§
impl<'a> Freeze for Record<'a>
impl<'a> RefUnwindSafe for Record<'a>
impl<'a> Send for Record<'a>
impl<'a> Sync for Record<'a>
impl<'a> Unpin for Record<'a>
impl<'a> UnwindSafe for Record<'a>
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