pub struct CombinedRow {
pub row: Vec<LoraValue>,
}Fields§
§row: Vec<LoraValue>Trait Implementations§
Source§impl Clone for CombinedRow
impl Clone for CombinedRow
Source§fn clone(&self) -> CombinedRow
fn clone(&self) -> CombinedRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CombinedRow
impl Debug for CombinedRow
Auto Trait Implementations§
impl Freeze for CombinedRow
impl RefUnwindSafe for CombinedRow
impl Send for CombinedRow
impl Sync for CombinedRow
impl Unpin for CombinedRow
impl UnsafeUnpin for CombinedRow
impl UnwindSafe for CombinedRow
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