[−][src]Struct rust_code_analysis::FuncSpace
Function space data.
Fields
name: Option<&'a str>
The name of a function space
If None
, an error is occured in parsing
the name of a function space
start_line: usize
The first line of a function space
end_line: usize
The last line of a function space
kind: SpaceKind
The space kind
spaces: Vec<FuncSpace<'a>>
All subspaces contained in a function space
metrics: CodeMetrics<'a>
All metrics of a function space
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FuncSpace<'a>
impl<'a> Send for FuncSpace<'a>
impl<'a> Sync for FuncSpace<'a>
impl<'a> Unpin for FuncSpace<'a>
impl<'a> UnwindSafe for FuncSpace<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,