pub struct PythonAttributes {
pub attributes: HashMap<Point, Vec<PythonIdentifier>>,
}Fields§
§attributes: HashMap<Point, Vec<PythonIdentifier>>Implementations§
Source§impl PythonAttributes
impl PythonAttributes
pub fn merge(&self, line: u32) -> Vec<PythonIdentifier>
Auto Trait Implementations§
impl Freeze for PythonAttributes
impl RefUnwindSafe for PythonAttributes
impl Send for PythonAttributes
impl Sync for PythonAttributes
impl Unpin for PythonAttributes
impl UnsafeUnpin for PythonAttributes
impl UnwindSafe for PythonAttributes
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