pub struct OperationContext<'a, 'b> {
pub ui: &'a mut Ui,
pub data: &'a mut TableState,
pub provider: &'b dyn TableProvider,
}Fields§
§ui: &'a mut Ui§data: &'a mut TableState§provider: &'b dyn TableProviderAuto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for OperationContext<'a, 'b>
impl<'a, 'b> !Send for OperationContext<'a, 'b>
impl<'a, 'b> !Sync for OperationContext<'a, 'b>
impl<'a, 'b> !UnwindSafe for OperationContext<'a, 'b>
impl<'a, 'b> Freeze for OperationContext<'a, 'b>
impl<'a, 'b> Unpin for OperationContext<'a, 'b>
impl<'a, 'b> UnsafeUnpin for OperationContext<'a, 'b>
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