pub struct SmallObjectOptimizationEntry {
pub mode: &'static str,
pub native_support: bool,
pub semantic_parity: &'static str,
pub storage_behavior: &'static str,
pub amplification_behavior: &'static str,
pub failure_mode: &'static str,
pub caveat: &'static str,
}Fields§
§mode: &'static str§native_support: bool§semantic_parity: &'static str§storage_behavior: &'static str§amplification_behavior: &'static str§failure_mode: &'static str§caveat: &'static strTrait Implementations§
Source§impl Clone for SmallObjectOptimizationEntry
impl Clone for SmallObjectOptimizationEntry
Source§fn clone(&self) -> SmallObjectOptimizationEntry
fn clone(&self) -> SmallObjectOptimizationEntry
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 SmallObjectOptimizationEntry
impl Debug for SmallObjectOptimizationEntry
Source§impl PartialEq for SmallObjectOptimizationEntry
impl PartialEq for SmallObjectOptimizationEntry
Source§fn eq(&self, other: &SmallObjectOptimizationEntry) -> bool
fn eq(&self, other: &SmallObjectOptimizationEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SmallObjectOptimizationEntry
impl StructuralPartialEq for SmallObjectOptimizationEntry
Auto Trait Implementations§
impl Freeze for SmallObjectOptimizationEntry
impl RefUnwindSafe for SmallObjectOptimizationEntry
impl Send for SmallObjectOptimizationEntry
impl Sync for SmallObjectOptimizationEntry
impl Unpin for SmallObjectOptimizationEntry
impl UnsafeUnpin for SmallObjectOptimizationEntry
impl UnwindSafe for SmallObjectOptimizationEntry
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