pub struct CstStatTypeFunction {
pub type_keyword: Position,
pub function_keyword: Position,
}Fields§
§type_keyword: Position§function_keyword: PositionTrait Implementations§
Source§impl Clone for CstStatTypeFunction
impl Clone for CstStatTypeFunction
Source§fn clone(&self) -> CstStatTypeFunction
fn clone(&self) -> CstStatTypeFunction
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 CstStatTypeFunction
impl Debug for CstStatTypeFunction
Source§impl PartialEq for CstStatTypeFunction
impl PartialEq for CstStatTypeFunction
impl StructuralPartialEq for CstStatTypeFunction
Auto Trait Implementations§
impl Freeze for CstStatTypeFunction
impl RefUnwindSafe for CstStatTypeFunction
impl Send for CstStatTypeFunction
impl Sync for CstStatTypeFunction
impl Unpin for CstStatTypeFunction
impl UnsafeUnpin for CstStatTypeFunction
impl UnwindSafe for CstStatTypeFunction
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