Struct kodept_macros::analyzers::empty_block_analyzer::EmptyBody
source · pub struct EmptyBody;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EmptyBody
impl Send for EmptyBody
impl Sync for EmptyBody
impl Unpin for EmptyBody
impl UnwindSafe for EmptyBody
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