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