pub struct TRow {
pub col_vals: Vec<TColumnValue>,
}
Fields§
§col_vals: Vec<TColumnValue>
Implementations§
Trait Implementations§
Source§impl Ord for TRow
impl Ord for TRow
Source§impl PartialOrd for TRow
impl PartialOrd for TRow
Source§impl TSerializable for TRow
impl TSerializable for TRow
fn read_from_in_protocol(i_prot: &mut dyn TInputProtocol) -> Result<TRow>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TRow
impl StructuralPartialEq for TRow
Auto Trait Implementations§
impl Freeze for TRow
impl RefUnwindSafe for TRow
impl Send for TRow
impl Sync for TRow
impl Unpin for TRow
impl UnwindSafe for TRow
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