struct CodeBoundary {
line: usize,
kind: BoundaryKind,
name: Option<String>,
}Expand description
A code boundary (start of a function/class/method).
Fields§
§line: usize§kind: BoundaryKind§name: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeBoundary
impl RefUnwindSafe for CodeBoundary
impl Send for CodeBoundary
impl Sync for CodeBoundary
impl Unpin for CodeBoundary
impl UnwindSafe for CodeBoundary
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