pub struct ReplicationTrackerConfig {
pub max_entries: usize,
}Expand description
Bounded per-client replication tracking configuration.
Fields§
§max_entries: usizeMaximum tracked client/entity entries.
Trait Implementations§
Source§impl Clone for ReplicationTrackerConfig
impl Clone for ReplicationTrackerConfig
Source§fn clone(&self) -> ReplicationTrackerConfig
fn clone(&self) -> ReplicationTrackerConfig
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 moreimpl Copy for ReplicationTrackerConfig
Source§impl Debug for ReplicationTrackerConfig
impl Debug for ReplicationTrackerConfig
Source§impl Default for ReplicationTrackerConfig
impl Default for ReplicationTrackerConfig
impl Eq for ReplicationTrackerConfig
Source§impl PartialEq for ReplicationTrackerConfig
impl PartialEq for ReplicationTrackerConfig
impl StructuralPartialEq for ReplicationTrackerConfig
Auto Trait Implementations§
impl Freeze for ReplicationTrackerConfig
impl RefUnwindSafe for ReplicationTrackerConfig
impl Send for ReplicationTrackerConfig
impl Sync for ReplicationTrackerConfig
impl Unpin for ReplicationTrackerConfig
impl UnsafeUnpin for ReplicationTrackerConfig
impl UnwindSafe for ReplicationTrackerConfig
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