pub struct EmitStatement {
pub event_call: Expression,
}
Fields§
§event_call: Expression
Trait Implementations§
Source§impl Clone for EmitStatement
impl Clone for EmitStatement
Source§fn clone(&self) -> EmitStatement
fn clone(&self) -> EmitStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EmitStatement
impl Debug for EmitStatement
Source§impl PartialEq for EmitStatement
impl PartialEq for EmitStatement
impl StructuralPartialEq for EmitStatement
Auto Trait Implementations§
impl Freeze for EmitStatement
impl RefUnwindSafe for EmitStatement
impl Send for EmitStatement
impl Sync for EmitStatement
impl Unpin for EmitStatement
impl UnwindSafe for EmitStatement
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