pub struct FunctionName {
pub name: String,
pub line: u32,
}
Fields§
§name: String
§line: u32
Trait Implementations§
Source§impl Clone for FunctionName
impl Clone for FunctionName
Source§fn clone(&self) -> FunctionName
fn clone(&self) -> FunctionName
Returns a copy 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 FunctionName
impl Debug for FunctionName
Source§impl<'a> From<&'a FunctionName> for Function
impl<'a> From<&'a FunctionName> for Function
Source§fn from(function_name: &'a FunctionNameRecord) -> Self
fn from(function_name: &'a FunctionNameRecord) -> Self
Converts to this type from the input type.
Source§impl From<FunctionName> for LCOVRecord
impl From<FunctionName> for LCOVRecord
Source§fn from(input: FunctionName) -> Self
fn from(input: FunctionName) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FunctionName
impl PartialEq for FunctionName
impl StructuralPartialEq for FunctionName
Auto Trait Implementations§
impl Freeze for FunctionName
impl RefUnwindSafe for FunctionName
impl Send for FunctionName
impl Sync for FunctionName
impl Unpin for FunctionName
impl UnwindSafe for FunctionName
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