pub enum ThawAction {
Thaw,
Discard,
Keep,
}Expand description
What to do with frozen user variables after a thaw?
Variants§
Auto Trait Implementations§
impl Freeze for ThawAction
impl RefUnwindSafe for ThawAction
impl Send for ThawAction
impl Sync for ThawAction
impl Unpin for ThawAction
impl UnsafeUnpin for ThawAction
impl UnwindSafe for ThawAction
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