pub struct ReadyWake {
pub generation: u64,
pub epoch: u64,
}Fields§
§generation: u64§epoch: u64Trait Implementations§
impl Copy for ReadyWake
impl Eq for ReadyWake
impl StructuralPartialEq for ReadyWake
Auto Trait Implementations§
impl Freeze for ReadyWake
impl RefUnwindSafe for ReadyWake
impl Send for ReadyWake
impl Sync for ReadyWake
impl Unpin for ReadyWake
impl UnsafeUnpin for ReadyWake
impl UnwindSafe for ReadyWake
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