pub struct AppCtx { /* private fields */ }Expand description
Contexto do app: escritor do ledger.
Implementations§
Auto Trait Implementations§
impl Freeze for AppCtx
impl RefUnwindSafe for AppCtx
impl Send for AppCtx
impl Sync for AppCtx
impl Unpin for AppCtx
impl UnwindSafe for AppCtx
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