pub enum ConstArgKind {
Lit(usize),
Path(Path),
Infer,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstArgKind
impl RefUnwindSafe for ConstArgKind
impl Send for ConstArgKind
impl Sync for ConstArgKind
impl Unpin for ConstArgKind
impl UnwindSafe for ConstArgKind
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