pub struct Function<'s> {
pub name: FunctionName<'s>,
pub args: Vec<ComponentValue<'s>>,
pub span: Span,
}Fields§
§name: FunctionName<'s>§args: Vec<ComponentValue<'s>>§span: SpanTrait Implementations§
Source§impl<'s> PartialEq for Function<'s>
impl<'s> PartialEq for Function<'s>
impl<'s> StructuralPartialEq for Function<'s>
Auto Trait Implementations§
impl<'s> Freeze for Function<'s>
impl<'s> RefUnwindSafe for Function<'s>
impl<'s> Send for Function<'s>
impl<'s> Sync for Function<'s>
impl<'s> Unpin for Function<'s>
impl<'s> UnsafeUnpin for Function<'s>
impl<'s> UnwindSafe for Function<'s>
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