pub struct CpgIter {
pub group: String,
pub nodeid: NodeId,
pub pid: u32,
}Expand description
struct returned from iterating over a CpgIterStart
Fields§
§group: String§nodeid: NodeId§pid: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpgIter
impl RefUnwindSafe for CpgIter
impl Send for CpgIter
impl Sync for CpgIter
impl Unpin for CpgIter
impl UnwindSafe for CpgIter
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