pub struct RecData {
pub data: Vec<Data>,
/* private fields */
}
Fields§
§data: Vec<Data>
first the format of the current data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecData
impl RefUnwindSafe for RecData
impl Send for RecData
impl Sync for RecData
impl Unpin for RecData
impl UnwindSafe for RecData
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