minor
This commit is contained in:
@@ -124,13 +124,13 @@ impl Struct {
|
|||||||
self.def_id
|
self.def_id
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn variant_data(&self, db: &impl HirDatabase) -> Cancelable<Arc<VariantData>> {
|
|
||||||
Ok(db.struct_data(self.def_id)?.variant_data.clone())
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn name(&self, db: &impl HirDatabase) -> Cancelable<Option<Name>> {
|
pub fn name(&self, db: &impl HirDatabase) -> Cancelable<Option<Name>> {
|
||||||
Ok(db.struct_data(self.def_id)?.name.clone())
|
Ok(db.struct_data(self.def_id)?.name.clone())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn variant_data(&self, db: &impl HirDatabase) -> Cancelable<Arc<VariantData>> {
|
||||||
|
Ok(db.struct_data(self.def_id)?.variant_data.clone())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||||
|
|||||||
Reference in New Issue
Block a user