pub struct Checkpoint<T, S> { /* private fields */ }
Expand description
Ensure checkpoint details are kept private
Trait Implementations§
Source§impl<T: Clone, S> Clone for Checkpoint<T, S>
impl<T: Clone, S> Clone for Checkpoint<T, S>
Source§impl<T: Debug, S> Debug for Checkpoint<T, S>
impl<T: Debug, S> Debug for Checkpoint<T, S>
Source§impl<I, S> Offset for Checkpoint<I, S>where
I: Offset,
impl<I, S> Offset for Checkpoint<I, S>where
I: Offset,
Source§fn offset_from(&self, start: &Self) -> usize
fn offset_from(&self, start: &Self) -> usize
Source§impl<T: Ord, S> Ord for Checkpoint<T, S>
impl<T: Ord, S> Ord for Checkpoint<T, S>
Source§impl<T: PartialEq, S> PartialEq for Checkpoint<T, S>
impl<T: PartialEq, S> PartialEq for Checkpoint<T, S>
Source§impl<T: PartialOrd, S> PartialOrd for Checkpoint<T, S>
impl<T: PartialOrd, S> PartialOrd for Checkpoint<T, S>
impl<T: Copy, S> Copy for Checkpoint<T, S>
impl<T: Eq, S> Eq for Checkpoint<T, S>
Auto Trait Implementations§
impl<T, S> Freeze for Checkpoint<T, S>where
T: Freeze,
impl<T, S> RefUnwindSafe for Checkpoint<T, S>where
T: RefUnwindSafe,
S: RefUnwindSafe,
impl<T, S> Send for Checkpoint<T, S>
impl<T, S> Sync for Checkpoint<T, S>
impl<T, S> Unpin for Checkpoint<T, S>
impl<T, S> UnwindSafe for Checkpoint<T, S>where
T: UnwindSafe,
S: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.