#[repr(C)]pub struct CstStatFunction {
pub base: CstNode,
pub function_keyword_position: Position,
}Fields§
§base: CstNode§function_keyword_position: PositionImplementations§
Trait Implementations§
Source§impl Clone for CstStatFunction
impl Clone for CstStatFunction
Source§fn clone(&self) -> CstStatFunction
fn clone(&self) -> CstStatFunction
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 CstNodeClass for CstStatFunction
impl CstNodeClass for CstStatFunction
Source§const CLASS_INDEX: i32
const CLASS_INDEX: i32
The node’s CST RTTI id; mirrors
T::CstClassIndex().Auto Trait Implementations§
impl Freeze for CstStatFunction
impl RefUnwindSafe for CstStatFunction
impl Send for CstStatFunction
impl Sync for CstStatFunction
impl Unpin for CstStatFunction
impl UnsafeUnpin for CstStatFunction
impl UnwindSafe for CstStatFunction
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