pub struct SummaryStorageSettings {
pub trigger: SummaryTriggerMode,
pub backend: SummaryStorageBackend,
}Fields§
§trigger: SummaryTriggerMode§backend: SummaryStorageBackendTrait Implementations§
Source§impl Clone for SummaryStorageSettings
impl Clone for SummaryStorageSettings
Source§fn clone(&self) -> SummaryStorageSettings
fn clone(&self) -> SummaryStorageSettings
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 SummaryStorageSettings
impl Debug for SummaryStorageSettings
Source§impl Default for SummaryStorageSettings
impl Default for SummaryStorageSettings
Source§fn default() -> SummaryStorageSettings
fn default() -> SummaryStorageSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SummaryStorageSettings
impl<'de> Deserialize<'de> for SummaryStorageSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SummaryStorageSettings
impl RefUnwindSafe for SummaryStorageSettings
impl Send for SummaryStorageSettings
impl Sync for SummaryStorageSettings
impl Unpin for SummaryStorageSettings
impl UnsafeUnpin for SummaryStorageSettings
impl UnwindSafe for SummaryStorageSettings
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