pub struct TurnRegistrations<'a> { /* private fields */ }Implementations§
Source§impl TurnRegistrations<'_>
impl TurnRegistrations<'_>
pub fn before(self, hook: BeforeTurnHook)
pub fn after(self, hook: AfterTurnHook)
pub fn checkpoint(self, hook: CheckpointHook)
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TurnRegistrations<'a>
impl<'a> !UnwindSafe for TurnRegistrations<'a>
impl<'a> Freeze for TurnRegistrations<'a>
impl<'a> Send for TurnRegistrations<'a>
impl<'a> Sync for TurnRegistrations<'a>
impl<'a> Unpin for TurnRegistrations<'a>
impl<'a> UnsafeUnpin for TurnRegistrations<'a>
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