pub struct RevertStatement {
pub error_call: Expression,
}
Fields§
§error_call: Expression
Trait Implementations§
Source§impl Clone for RevertStatement
impl Clone for RevertStatement
Source§fn clone(&self) -> RevertStatement
fn clone(&self) -> RevertStatement
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 RevertStatement
impl Debug for RevertStatement
Source§impl PartialEq for RevertStatement
impl PartialEq for RevertStatement
impl StructuralPartialEq for RevertStatement
Auto Trait Implementations§
impl Freeze for RevertStatement
impl RefUnwindSafe for RevertStatement
impl Send for RevertStatement
impl Sync for RevertStatement
impl Unpin for RevertStatement
impl UnwindSafe for RevertStatement
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