pub struct TableParams {
pub b: u64,
pub n: u64,
pub r: u64,
pub w: u64,
}
Fields§
§b: u64
§n: u64
§r: u64
§w: u64
Trait Implementations§
Source§impl Clone for TableParams
impl Clone for TableParams
Source§fn clone(&self) -> TableParams
fn clone(&self) -> TableParams
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 TableParams
impl Debug for TableParams
Source§impl<'de> Deserialize<'de> for TableParams
impl<'de> Deserialize<'de> for TableParams
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
Source§impl Serialize for TableParams
impl Serialize for TableParams
impl Copy for TableParams
Auto Trait Implementations§
impl Freeze for TableParams
impl RefUnwindSafe for TableParams
impl Send for TableParams
impl Sync for TableParams
impl Unpin for TableParams
impl UnwindSafe for TableParams
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