pub struct BlockLikeMut<'a> {
pub items: &'a mut Vec<StatementOrDeclaration>,
}
Fields§
§items: &'a mut Vec<StatementOrDeclaration>
Trait Implementations§
Source§impl<'a> From<&'a mut Block> for BlockLikeMut<'a>
impl<'a> From<&'a mut Block> for BlockLikeMut<'a>
Source§impl<'a> From<&'a mut Module> for BlockLikeMut<'a>
impl<'a> From<&'a mut Module> for BlockLikeMut<'a>
impl SelfVisitableMut for BlockLikeMut<'_>
Auto Trait Implementations§
impl<'a> Freeze for BlockLikeMut<'a>
impl<'a> RefUnwindSafe for BlockLikeMut<'a>
impl<'a> Send for BlockLikeMut<'a>
impl<'a> Sync for BlockLikeMut<'a>
impl<'a> Unpin for BlockLikeMut<'a>
impl<'a> !UnwindSafe for BlockLikeMut<'a>
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