pub struct CodeGraphHiddenLevelSummary {
pub level: usize,
pub count: usize,
pub relation: Option<String>,
pub direction: Option<String>,
}Fields§
§level: usize§count: usize§relation: Option<String>§direction: Option<String>Trait Implementations§
Source§impl Clone for CodeGraphHiddenLevelSummary
impl Clone for CodeGraphHiddenLevelSummary
Source§fn clone(&self) -> CodeGraphHiddenLevelSummary
fn clone(&self) -> CodeGraphHiddenLevelSummary
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 CodeGraphHiddenLevelSummary
impl Debug for CodeGraphHiddenLevelSummary
Source§impl<'de> Deserialize<'de> for CodeGraphHiddenLevelSummary
impl<'de> Deserialize<'de> for CodeGraphHiddenLevelSummary
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 CodeGraphHiddenLevelSummary
impl RefUnwindSafe for CodeGraphHiddenLevelSummary
impl Send for CodeGraphHiddenLevelSummary
impl Sync for CodeGraphHiddenLevelSummary
impl Unpin for CodeGraphHiddenLevelSummary
impl UnsafeUnpin for CodeGraphHiddenLevelSummary
impl UnwindSafe for CodeGraphHiddenLevelSummary
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