pub struct SqliteBundleOptions {
pub chunk_threshold_bytes: u64,
pub chunk_size_bytes: u64,
}Fields§
§chunk_threshold_bytes: u64§chunk_size_bytes: u64Trait Implementations§
Source§impl Clone for SqliteBundleOptions
impl Clone for SqliteBundleOptions
Source§fn clone(&self) -> SqliteBundleOptions
fn clone(&self) -> SqliteBundleOptions
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 SqliteBundleOptions
impl Debug for SqliteBundleOptions
Source§impl Default for SqliteBundleOptions
impl Default for SqliteBundleOptions
Source§impl PartialEq for SqliteBundleOptions
impl PartialEq for SqliteBundleOptions
impl Eq for SqliteBundleOptions
impl StructuralPartialEq for SqliteBundleOptions
Auto Trait Implementations§
impl Freeze for SqliteBundleOptions
impl RefUnwindSafe for SqliteBundleOptions
impl Send for SqliteBundleOptions
impl Sync for SqliteBundleOptions
impl Unpin for SqliteBundleOptions
impl UnsafeUnpin for SqliteBundleOptions
impl UnwindSafe for SqliteBundleOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.