pub struct InMemoryLiveReplayStoreConfig {
pub max_events_per_session: usize,
pub max_age: Duration,
}Fields§
§max_events_per_session: usize§max_age: DurationTrait Implementations§
Source§impl Clone for InMemoryLiveReplayStoreConfig
impl Clone for InMemoryLiveReplayStoreConfig
Source§fn clone(&self) -> InMemoryLiveReplayStoreConfig
fn clone(&self) -> InMemoryLiveReplayStoreConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InMemoryLiveReplayStoreConfig
impl RefUnwindSafe for InMemoryLiveReplayStoreConfig
impl Send for InMemoryLiveReplayStoreConfig
impl Sync for InMemoryLiveReplayStoreConfig
impl Unpin for InMemoryLiveReplayStoreConfig
impl UnsafeUnpin for InMemoryLiveReplayStoreConfig
impl UnwindSafe for InMemoryLiveReplayStoreConfig
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