pub enum RegKind {
Static(RegId),
Dynamic(RegFamily, Expr),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegKind
impl RefUnwindSafe for RegKind
impl Send for RegKind
impl Sync for RegKind
impl Unpin for RegKind
impl UnwindSafe for RegKind
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