pub struct TableData {
pub id: Uuid,
pub name: String,
pub yaml_file_path: Option<String>,
pub yaml_value: Value,
}Expand description
Table data to save
Fields§
§id: Uuid§name: String§yaml_file_path: Option<String>§yaml_value: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for TableData
impl RefUnwindSafe for TableData
impl Send for TableData
impl Sync for TableData
impl Unpin for TableData
impl UnwindSafe for TableData
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