pub struct CstStatLocalFunction {
pub attr_lists: Vec<CstAttrList>,
pub local_keyword: Position,
pub function_keyword: Position,
}Fields§
§attr_lists: Vec<CstAttrList>§local_keyword: Position§function_keyword: PositionTrait 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 Debug for CstStatLocalFunction
impl Debug for CstStatLocalFunction
Source§impl PartialEq for CstStatLocalFunction
impl PartialEq for CstStatLocalFunction
impl StructuralPartialEq for CstStatLocalFunction
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