pub struct SetCacheSizeLimitArgs {
pub max_block_size: u32,
pub max_cache_size_bytes: usize,
}Fields§
§max_block_size: u32§max_cache_size_bytes: usizeTrait Implementations§
Source§impl Clone for SetCacheSizeLimitArgs
impl Clone for SetCacheSizeLimitArgs
Source§fn clone(&self) -> SetCacheSizeLimitArgs
fn clone(&self) -> SetCacheSizeLimitArgs
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 SetCacheSizeLimitArgs
impl Debug for SetCacheSizeLimitArgs
Source§impl PartialEq for SetCacheSizeLimitArgs
impl PartialEq for SetCacheSizeLimitArgs
impl Copy for SetCacheSizeLimitArgs
impl Eq for SetCacheSizeLimitArgs
impl StructuralPartialEq for SetCacheSizeLimitArgs
Auto Trait Implementations§
impl Freeze for SetCacheSizeLimitArgs
impl RefUnwindSafe for SetCacheSizeLimitArgs
impl Send for SetCacheSizeLimitArgs
impl Sync for SetCacheSizeLimitArgs
impl Unpin for SetCacheSizeLimitArgs
impl UnwindSafe for SetCacheSizeLimitArgs
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