pub struct FunctionMatch {
pub name: String,
pub start_line: usize,
pub end_line: usize,
}Fields§
§name: String§start_line: usize§end_line: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionMatch
impl RefUnwindSafe for FunctionMatch
impl Send for FunctionMatch
impl Sync for FunctionMatch
impl Unpin for FunctionMatch
impl UnwindSafe for FunctionMatch
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