pub struct SlmpBlockWriteOptions {
pub split_mixed_blocks: bool,
pub retry_mixed_on_error: bool,
}Fields§
§split_mixed_blocks: bool§retry_mixed_on_error: boolTrait Implementations§
Source§impl Clone for SlmpBlockWriteOptions
impl Clone for SlmpBlockWriteOptions
Source§fn clone(&self) -> SlmpBlockWriteOptions
fn clone(&self) -> SlmpBlockWriteOptions
Returns a duplicate 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 SlmpBlockWriteOptions
impl Debug for SlmpBlockWriteOptions
Source§impl Default for SlmpBlockWriteOptions
impl Default for SlmpBlockWriteOptions
Source§fn default() -> SlmpBlockWriteOptions
fn default() -> SlmpBlockWriteOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlmpBlockWriteOptions
impl<'de> Deserialize<'de> for SlmpBlockWriteOptions
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
Source§impl PartialEq for SlmpBlockWriteOptions
impl PartialEq for SlmpBlockWriteOptions
Source§impl Serialize for SlmpBlockWriteOptions
impl Serialize for SlmpBlockWriteOptions
impl Eq for SlmpBlockWriteOptions
impl StructuralPartialEq for SlmpBlockWriteOptions
Auto Trait Implementations§
impl Freeze for SlmpBlockWriteOptions
impl RefUnwindSafe for SlmpBlockWriteOptions
impl Send for SlmpBlockWriteOptions
impl Sync for SlmpBlockWriteOptions
impl Unpin for SlmpBlockWriteOptions
impl UnsafeUnpin for SlmpBlockWriteOptions
impl UnwindSafe for SlmpBlockWriteOptions
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