pub struct JournalHandle<T: Replayable> { /* private fields */ }Implementations§
Source§impl<T: Replayable> JournalHandle<T>
impl<T: Replayable> JournalHandle<T>
Auto Trait Implementations§
impl<T> Freeze for JournalHandle<T>
impl<T> !RefUnwindSafe for JournalHandle<T>
impl<T> !Send for JournalHandle<T>
impl<T> !Sync for JournalHandle<T>
impl<T> Unpin for JournalHandle<T>
impl<T> UnsafeUnpin for JournalHandle<T>
impl<T> !UnwindSafe for JournalHandle<T>
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