pub enum CallBlock<'tree> {
Block(Box<Block<'tree>>),
DoBlock(Box<DoBlock<'tree>>),
}Variants§
Trait Implementations§
impl<'tree> Eq for CallBlock<'tree>
impl<'tree> StructuralPartialEq for CallBlock<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for CallBlock<'tree>
impl<'tree> RefUnwindSafe for CallBlock<'tree>
impl<'tree> Send for CallBlock<'tree>
impl<'tree> Sync for CallBlock<'tree>
impl<'tree> Unpin for CallBlock<'tree>
impl<'tree> UnsafeUnpin for CallBlock<'tree>
impl<'tree> UnwindSafe for CallBlock<'tree>
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