pub struct DefType {
pub ident: DefIdent,
pub range: DefRange,
}Fields§
§ident: DefIdent§range: DefRangeImplementations§
Trait Implementations§
impl StructuralPartialEq for DefType
Auto Trait Implementations§
impl Freeze for DefType
impl RefUnwindSafe for DefType
impl Send for DefType
impl Sync for DefType
impl Unpin for DefType
impl UnwindSafe for DefType
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