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