pub struct FunctionField {
pub module_name: Ident,
pub function_names: Vec<Ident>,
pub err_loc: Span,
}
Fields§
§module_name: Ident
§function_names: Vec<Ident>
§err_loc: Span
Trait Implementations§
Source§impl Clone for FunctionField
impl Clone for FunctionField
Source§fn clone(&self) -> FunctionField
fn clone(&self) -> FunctionField
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 Parse for FunctionField
impl Parse for FunctionField
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for FunctionField
impl RefUnwindSafe for FunctionField
impl !Send for FunctionField
impl !Sync for FunctionField
impl Unpin for FunctionField
impl UnwindSafe for FunctionField
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