pub struct CsaLightningIndexerConfig {
pub batch: usize,
pub query_len: usize,
pub blocks: usize,
pub index_heads: usize,
pub index_dim: usize,
}Fields§
§batch: usize§query_len: usize§blocks: usize§index_heads: usize§index_dim: usizeTrait Implementations§
Source§impl Clone for CsaLightningIndexerConfig
impl Clone for CsaLightningIndexerConfig
Source§fn clone(&self) -> CsaLightningIndexerConfig
fn clone(&self) -> CsaLightningIndexerConfig
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 CsaLightningIndexerConfig
Source§impl Debug for CsaLightningIndexerConfig
impl Debug for CsaLightningIndexerConfig
Source§impl PartialEq for CsaLightningIndexerConfig
impl PartialEq for CsaLightningIndexerConfig
Source§fn eq(&self, other: &CsaLightningIndexerConfig) -> bool
fn eq(&self, other: &CsaLightningIndexerConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CsaLightningIndexerConfig
Auto Trait Implementations§
impl Freeze for CsaLightningIndexerConfig
impl RefUnwindSafe for CsaLightningIndexerConfig
impl Send for CsaLightningIndexerConfig
impl Sync for CsaLightningIndexerConfig
impl Unpin for CsaLightningIndexerConfig
impl UnsafeUnpin for CsaLightningIndexerConfig
impl UnwindSafe for CsaLightningIndexerConfig
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