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