pub struct FuncBodyDeclare;Expand description
Declares a function body. This is equivalent to just a semicolon.
Auto Trait Implementations§
impl Freeze for FuncBodyDeclare
impl RefUnwindSafe for FuncBodyDeclare
impl Send for FuncBodyDeclare
impl Sync for FuncBodyDeclare
impl Unpin for FuncBodyDeclare
impl UnwindSafe for FuncBodyDeclare
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