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: SpanTrait Implementations§
Source§impl Clone for FunctionField
impl Clone for FunctionField
Source§fn clone(&self) -> FunctionField
fn clone(&self) -> FunctionField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !Send for FunctionField
impl !Sync for FunctionField
impl Freeze for FunctionField
impl RefUnwindSafe for FunctionField
impl Unpin for FunctionField
impl UnsafeUnpin 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