pub enum NativeRuntimePruneMode {
KeepActiveAndPrevious,
ActiveOnly,
}Variants§
Trait Implementations§
Source§impl Clone for NativeRuntimePruneMode
impl Clone for NativeRuntimePruneMode
Source§fn clone(&self) -> NativeRuntimePruneMode
fn clone(&self) -> NativeRuntimePruneMode
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 moreSource§impl Debug for NativeRuntimePruneMode
impl Debug for NativeRuntimePruneMode
Source§impl<'de> Deserialize<'de> for NativeRuntimePruneMode
impl<'de> Deserialize<'de> for NativeRuntimePruneMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NativeRuntimePruneMode
Source§impl PartialEq for NativeRuntimePruneMode
impl PartialEq for NativeRuntimePruneMode
Source§impl Serialize for NativeRuntimePruneMode
impl Serialize for NativeRuntimePruneMode
impl StructuralPartialEq for NativeRuntimePruneMode
Auto Trait Implementations§
impl Freeze for NativeRuntimePruneMode
impl RefUnwindSafe for NativeRuntimePruneMode
impl Send for NativeRuntimePruneMode
impl Sync for NativeRuntimePruneMode
impl Unpin for NativeRuntimePruneMode
impl UnsafeUnpin for NativeRuntimePruneMode
impl UnwindSafe for NativeRuntimePruneMode
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