pub enum ConstraintSetSource {
Left,
Right {
constraint_count: usize,
metadata_entry_count: usize,
},
}Variants§
Auto Trait Implementations§
impl Freeze for ConstraintSetSource
impl RefUnwindSafe for ConstraintSetSource
impl Send for ConstraintSetSource
impl Sync for ConstraintSetSource
impl Unpin for ConstraintSetSource
impl UnsafeUnpin for ConstraintSetSource
impl UnwindSafe for ConstraintSetSource
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