pub struct ItemFn {
pub fn_signature: FnSignature,
pub body: Braces<CodeBlockContents>,
}
Fields
fn_signature: FnSignature
body: Braces<CodeBlockContents>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ItemFn
impl Send for ItemFn
impl Sync for ItemFn
impl Unpin for ItemFn
impl UnwindSafe for ItemFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more