pub struct NoPersistPolicy {}Expand description
Default policy that never triggers persistence.
Trait Implementations§
Source§impl Default for NoPersistPolicy
impl Default for NoPersistPolicy
Source§fn default() -> NoPersistPolicy
fn default() -> NoPersistPolicy
Returns the “default value” for a type. Read more
Source§impl PersistPolicy<()> for NoPersistPolicy
impl PersistPolicy<()> for NoPersistPolicy
Auto Trait Implementations§
impl Freeze for NoPersistPolicy
impl RefUnwindSafe for NoPersistPolicy
impl Send for NoPersistPolicy
impl Sync for NoPersistPolicy
impl Unpin for NoPersistPolicy
impl UnwindSafe for NoPersistPolicy
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