pub struct SuperblockConfig {
pub cache_config: CacheConfig,
pub s3_personality: S3Personality,
}Expand description
Configuration for superblock operations
Fields§
§cache_config: CacheConfig§s3_personality: S3PersonalityTrait Implementations§
Source§impl Clone for SuperblockConfig
impl Clone for SuperblockConfig
Source§fn clone(&self) -> SuperblockConfig
fn clone(&self) -> SuperblockConfig
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 SuperblockConfig
impl Debug for SuperblockConfig
Source§impl Default for SuperblockConfig
impl Default for SuperblockConfig
Source§fn default() -> SuperblockConfig
fn default() -> SuperblockConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SuperblockConfig
impl RefUnwindSafe for SuperblockConfig
impl Send for SuperblockConfig
impl Sync for SuperblockConfig
impl Unpin for SuperblockConfig
impl UnwindSafe for SuperblockConfig
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