pub struct CodeGraphContextSummary {
pub selected: usize,
pub max_selected: usize,
pub repositories: usize,
pub directories: usize,
pub files: usize,
pub symbols: usize,
pub hydrated_sources: usize,
}Fields§
§selected: usize§max_selected: usize§repositories: usize§directories: usize§files: usize§symbols: usize§hydrated_sources: usizeTrait Implementations§
Source§impl Clone for CodeGraphContextSummary
impl Clone for CodeGraphContextSummary
Source§fn clone(&self) -> CodeGraphContextSummary
fn clone(&self) -> CodeGraphContextSummary
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 CodeGraphContextSummary
impl Debug for CodeGraphContextSummary
Source§impl<'de> Deserialize<'de> for CodeGraphContextSummary
impl<'de> Deserialize<'de> for CodeGraphContextSummary
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CodeGraphContextSummary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CodeGraphContextSummary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for CodeGraphContextSummary
impl Serialize for CodeGraphContextSummary
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for CodeGraphContextSummary
impl RefUnwindSafe for CodeGraphContextSummary
impl Send for CodeGraphContextSummary
impl Sync for CodeGraphContextSummary
impl Unpin for CodeGraphContextSummary
impl UnsafeUnpin for CodeGraphContextSummary
impl UnwindSafe for CodeGraphContextSummary
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