pub enum ResolvedForPattern {
Single(ResolvedVariableRef),
Pair(ResolvedVariableRef, ResolvedVariableRef),
}
Variants§
Single(ResolvedVariableRef)
Pair(ResolvedVariableRef, ResolvedVariableRef)
Implementations§
Source§impl ResolvedForPattern
impl ResolvedForPattern
pub fn is_mutable(&self) -> bool
Trait Implementations§
Source§impl Debug for ResolvedForPattern
impl Debug for ResolvedForPattern
Auto Trait Implementations§
impl Freeze for ResolvedForPattern
impl !RefUnwindSafe for ResolvedForPattern
impl !Send for ResolvedForPattern
impl !Sync for ResolvedForPattern
impl Unpin for ResolvedForPattern
impl !UnwindSafe for ResolvedForPattern
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