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