struct BdtTables<L, D> {
location: L,
data: D,
}
Fields§
§location: L
§data: D
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<L, D> Freeze for BdtTables<L, D>
impl<L, D> RefUnwindSafe for BdtTables<L, D>where
L: RefUnwindSafe,
D: RefUnwindSafe,
impl<L, D> Send for BdtTables<L, D>
impl<L, D> Sync for BdtTables<L, D>
impl<L, D> Unpin for BdtTables<L, D>
impl<L, D> UnwindSafe for BdtTables<L, D>where
L: UnwindSafe,
D: UnwindSafe,
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