pub struct VariantRet {
pub path: Path,
pub indices: Indices,
}
Fields§
§path: Path
§indices: Indices
Binders are not allowed at this position, but we parse this as a list of indices for better error reporting.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VariantRet
impl RefUnwindSafe for VariantRet
impl Send for VariantRet
impl Sync for VariantRet
impl Unpin for VariantRet
impl UnwindSafe for VariantRet
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