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