pub struct CodeIndexReadChunkParams {
pub chunk_hash: String,
pub workspace: Option<String>,
pub offset: Option<usize>,
pub limit: Option<usize>,
pub include_source: bool,
}Fields§
§chunk_hash: String§workspace: Option<String>§offset: Option<usize>§limit: Option<usize>§include_source: boolTrait Implementations§
Source§impl Clone for CodeIndexReadChunkParams
impl Clone for CodeIndexReadChunkParams
Source§fn clone(&self) -> CodeIndexReadChunkParams
fn clone(&self) -> CodeIndexReadChunkParams
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 moreSource§impl Debug for CodeIndexReadChunkParams
impl Debug for CodeIndexReadChunkParams
Source§impl<'de> Deserialize<'de> for CodeIndexReadChunkParams
impl<'de> Deserialize<'de> for CodeIndexReadChunkParams
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
Auto Trait Implementations§
impl Freeze for CodeIndexReadChunkParams
impl RefUnwindSafe for CodeIndexReadChunkParams
impl Send for CodeIndexReadChunkParams
impl Sync for CodeIndexReadChunkParams
impl Unpin for CodeIndexReadChunkParams
impl UnsafeUnpin for CodeIndexReadChunkParams
impl UnwindSafe for CodeIndexReadChunkParams
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