pub struct Retentive;
Expand description
Default retentive hart suspension.
Trait Implementations§
source§impl SuspendType for Retentive
impl SuspendType for Retentive
impl Copy for Retentive
Auto Trait Implementations§
impl RefUnwindSafe for Retentive
impl Send for Retentive
impl Sync for Retentive
impl Unpin for Retentive
impl UnwindSafe for Retentive
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