pub struct ConstraintAddress {
pub check: ContextExpr,
pub error: Option<Expr>,
}Fields§
§check: ContextExpr§error: Option<Expr>Trait Implementations§
Source§impl Clone for ConstraintAddress
impl Clone for ConstraintAddress
Source§fn clone(&self) -> ConstraintAddress
fn clone(&self) -> ConstraintAddress
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 Parse for ConstraintAddress
impl Parse for ConstraintAddress
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ConstraintAddress
impl RefUnwindSafe for ConstraintAddress
impl !Send for ConstraintAddress
impl !Sync for ConstraintAddress
impl Unpin for ConstraintAddress
impl UnsafeUnpin for ConstraintAddress
impl UnwindSafe for ConstraintAddress
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