pub struct DataArray<'a> {
pub name: Option<&'a str>,
pub data_type: &'a str,
pub format: &'a str,
pub tuples: usize,
pub text: &'a str,
pub information: &'a str,
}Fields§
§name: Option<&'a str>§data_type: &'a str§format: &'a str§tuples: usize§text: &'a str§information: &'a strTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DataArray<'a>
impl<'a> RefUnwindSafe for DataArray<'a>
impl<'a> Send for DataArray<'a>
impl<'a> Sync for DataArray<'a>
impl<'a> Unpin for DataArray<'a>
impl<'a> UnsafeUnpin for DataArray<'a>
impl<'a> UnwindSafe for DataArray<'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