pub struct FunctionResult<'a> {
pub ty: Handle<Type<'a>>,
pub binding: Option<Binding<'a>>,
}
Fields§
§ty: Handle<Type<'a>>
§binding: Option<Binding<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FunctionResult<'a>
impl<'a> RefUnwindSafe for FunctionResult<'a>
impl<'a> Send for FunctionResult<'a>
impl<'a> Sync for FunctionResult<'a>
impl<'a> Unpin for FunctionResult<'a>
impl<'a> UnwindSafe for FunctionResult<'a>
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