pub struct AssertStmt(pub LocExpr, pub Option<LocExpr>);Tuple Fields§
§0: LocExpr§1: Option<LocExpr>Trait Implementations§
Source§impl Clone for AssertStmt
impl Clone for AssertStmt
Source§fn clone(&self) -> AssertStmt
fn clone(&self) -> AssertStmt
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 AssertStmt
impl Debug for AssertStmt
Source§impl PartialEq for AssertStmt
impl PartialEq for AssertStmt
Source§impl Trace for AssertStmt
impl Trace for AssertStmt
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for AssertStmt
Auto Trait Implementations§
impl Freeze for AssertStmt
impl RefUnwindSafe for AssertStmt
impl !Send for AssertStmt
impl !Sync for AssertStmt
impl Unpin for AssertStmt
impl UnwindSafe for AssertStmt
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