pub enum HintKind {
Tier,
Effects,
}Variants§
Tier
@on(server) — where the solver put this definition (§3.4).
Effects
uses net.out(…) — the row the checker inferred for it (§3.6).
Trait Implementations§
impl Copy for HintKind
impl Eq for HintKind
impl StructuralPartialEq for HintKind
Auto Trait Implementations§
impl Freeze for HintKind
impl RefUnwindSafe for HintKind
impl Send for HintKind
impl Sync for HintKind
impl Unpin for HintKind
impl UnwindSafe for HintKind
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