pub struct CallStatement;Trait Implementations§
Source§impl Rule for CallStatement
impl Rule for CallStatement
Auto Trait Implementations§
impl Freeze for CallStatement
impl RefUnwindSafe for CallStatement
impl Send for CallStatement
impl Sync for CallStatement
impl Unpin for CallStatement
impl UnsafeUnpin for CallStatement
impl UnwindSafe for CallStatement
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