pub struct StateTableConfig {
pub max_entries: usize,
pub max_array_length: usize,
}Fields§
§max_entries: usize§max_array_length: usizeTrait Implementations§
Source§impl Clone for StateTableConfig
impl Clone for StateTableConfig
Source§fn clone(&self) -> StateTableConfig
fn clone(&self) -> StateTableConfig
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 StateTableConfig
impl Debug for StateTableConfig
Auto Trait Implementations§
impl Freeze for StateTableConfig
impl RefUnwindSafe for StateTableConfig
impl Send for StateTableConfig
impl Sync for StateTableConfig
impl Unpin for StateTableConfig
impl UnwindSafe for StateTableConfig
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