pub struct EmptyStmt {
pub semi: Pos,
pub implicit: bool,
}
Fields§
§semi: Pos
§implicit: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyStmt
impl RefUnwindSafe for EmptyStmt
impl Send for EmptyStmt
impl Sync for EmptyStmt
impl Unpin for EmptyStmt
impl UnwindSafe for EmptyStmt
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