Enum golem_rust::bindings::golem::api::host::PersistenceLevel
source · pub enum PersistenceLevel {
PersistNothing,
PersistRemoteSideEffects,
Smart,
}
Expand description
Configurable persistence level for workers
Variants§
Trait Implementations§
source§impl Clone for PersistenceLevel
impl Clone for PersistenceLevel
source§fn clone(&self) -> PersistenceLevel
fn clone(&self) -> PersistenceLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PersistenceLevel
impl Debug for PersistenceLevel
impl Copy for PersistenceLevel
Auto Trait Implementations§
impl Freeze for PersistenceLevel
impl RefUnwindSafe for PersistenceLevel
impl Send for PersistenceLevel
impl Sync for PersistenceLevel
impl Unpin for PersistenceLevel
impl UnwindSafe for PersistenceLevel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)