pub struct MashlibConfig {
pub enabled: bool,
pub mode: MashlibMode,
pub data_island_max_bytes: usize,
pub round_trip_optimization: bool,
}Expand description
Mashlib integration configuration.
Fields§
§enabled: bool§mode: MashlibMode§data_island_max_bytes: usize§round_trip_optimization: boolTrait Implementations§
Source§impl Clone for MashlibConfig
impl Clone for MashlibConfig
Source§fn clone(&self) -> MashlibConfig
fn clone(&self) -> MashlibConfig
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 MashlibConfig
impl Debug for MashlibConfig
Auto Trait Implementations§
impl Freeze for MashlibConfig
impl RefUnwindSafe for MashlibConfig
impl Send for MashlibConfig
impl Sync for MashlibConfig
impl Unpin for MashlibConfig
impl UnsafeUnpin for MashlibConfig
impl UnwindSafe for MashlibConfig
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