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