pub struct DataSpan {
pub values: Vec<Option<Value>>,
}
Expand description
Components of a data statement.
Fields§
§values: Vec<Option<Value>>
Collection of optional literal values.
Trait Implementations§
impl StructuralPartialEq for DataSpan
Auto Trait Implementations§
impl Freeze for DataSpan
impl RefUnwindSafe for DataSpan
impl Send for DataSpan
impl Sync for DataSpan
impl Unpin for DataSpan
impl UnwindSafe for DataSpan
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