pub struct DbdFile {
pub columns: HashMap<String, DbdColumn>,
pub build: DbdBuild,
}Fields§
§columns: HashMap<String, DbdColumn>§build: DbdBuildTrait Implementations§
Auto Trait Implementations§
impl Freeze for DbdFile
impl RefUnwindSafe for DbdFile
impl Send for DbdFile
impl Sync for DbdFile
impl Unpin for DbdFile
impl UnsafeUnpin for DbdFile
impl UnwindSafe for DbdFile
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