Struct foyer_memory::S3FifoConfig
source · pub struct S3FifoConfig {
pub small_queue_capacity_ratio: f64,
}Fields§
§small_queue_capacity_ratio: f64Trait Implementations§
source§impl Clone for S3FifoConfig
impl Clone for S3FifoConfig
source§fn clone(&self) -> S3FifoConfig
fn clone(&self) -> S3FifoConfig
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for S3FifoConfig
impl RefUnwindSafe for S3FifoConfig
impl Send for S3FifoConfig
impl Sync for S3FifoConfig
impl Unpin for S3FifoConfig
impl UnwindSafe for S3FifoConfig
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