Enum rustc::middle::borrowck::bckerr_code[src]
pub enum bckerr_code {
err_mutbl,
err_out_of_scope(Region, Region),
err_borrowed_pointer_too_short(Region, Region),
}Variants
err_mutbl | |
err_out_of_scope | |
err_borrowed_pointer_too_short |
pub enum bckerr_code {
err_mutbl,
err_out_of_scope(Region, Region),
err_borrowed_pointer_too_short(Region, Region),
}err_mutbl | |
err_out_of_scope | |
err_borrowed_pointer_too_short |
impl PartialEq for bckerr_codefn eq(&self, __arg_0: &bckerr_code) -> boolfn ne(&self, __arg_0: &bckerr_code) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).