pub struct NoPersistence;Expand description
The explicit “this node forgets everything at exit” answer to the recipe’s persistence field.
Trait Implementations§
Source§impl Clone for NoPersistence
impl Clone for NoPersistence
Source§fn clone(&self) -> NoPersistence
fn clone(&self) -> NoPersistence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoPersistence
Source§impl Debug for NoPersistence
impl Debug for NoPersistence
impl Eq for NoPersistence
Source§impl PartialEq for NoPersistence
impl PartialEq for NoPersistence
impl StructuralPartialEq for NoPersistence
Auto Trait Implementations§
impl Freeze for NoPersistence
impl RefUnwindSafe for NoPersistence
impl Send for NoPersistence
impl Sync for NoPersistence
impl Unpin for NoPersistence
impl UnsafeUnpin for NoPersistence
impl UnwindSafe for NoPersistence
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