pub struct Def {
pub safe: bool,
pub rdex: Vec<(Ptr, Ptr)>,
pub node: Vec<(Ptr, Ptr)>,
}Fields§
§safe: bool§rdex: Vec<(Ptr, Ptr)>§node: Vec<(Ptr, Ptr)>Implementations§
Trait Implementations§
impl Eq for Def
impl StructuralEq for Def
impl StructuralPartialEq for Def
Auto Trait Implementations§
impl RefUnwindSafe for Def
impl Send for Def
impl Sync for Def
impl Unpin for Def
impl UnwindSafe for Def
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