pub struct StmtMethod<'cst>(/* private fields */);Implementations§
Source§impl<'cst> StmtMethod<'cst>
impl<'cst> StmtMethod<'cst>
pub fn typed_name(&self) -> Option<TypedFunName<'cst>>
pub fn param_list(&self) -> Option<FunctionParamList<'cst>>
Trait Implementations§
Source§impl<'cst> Clone for StmtMethod<'cst>
impl<'cst> Clone for StmtMethod<'cst>
Source§fn clone(&self) -> StmtMethod<'cst>
fn clone(&self) -> StmtMethod<'cst>
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 moreimpl<'cst> Copy for StmtMethod<'cst>
Source§impl<'cst> Debug for StmtMethod<'cst>
impl<'cst> Debug for StmtMethod<'cst>
Source§impl<'cst> View<'cst> for StmtMethod<'cst>
impl<'cst> View<'cst> for StmtMethod<'cst>
Auto Trait Implementations§
impl<'cst> Freeze for StmtMethod<'cst>
impl<'cst> RefUnwindSafe for StmtMethod<'cst>
impl<'cst> Send for StmtMethod<'cst>
impl<'cst> Sync for StmtMethod<'cst>
impl<'cst> Unpin for StmtMethod<'cst>
impl<'cst> UnsafeUnpin for StmtMethod<'cst>
impl<'cst> UnwindSafe for StmtMethod<'cst>
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