Struct project2::ProjectTransaction
source · pub struct ProjectTransaction(pub HashMap<Model<Buffer>, Transaction>);
Tuple Fields§
§0: HashMap<Model<Buffer>, Transaction>
Trait Implementations§
source§impl Default for ProjectTransaction
impl Default for ProjectTransaction
source§fn default() -> ProjectTransaction
fn default() -> ProjectTransaction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ProjectTransaction
impl Send for ProjectTransaction
impl Sync for ProjectTransaction
impl Unpin for ProjectTransaction
impl !UnwindSafe for ProjectTransaction
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