pub struct CpgIterStart { /* private fields */ }Expand description
An object to iterate over a list of CPG groups, create one of these and then use ‘for’ over it
Implementations§
Source§impl CpgIterStart
impl CpgIterStart
Sourcepub fn new(
cpg_handle: Handle,
group: &str,
iter_type: CpgIterType,
) -> Result<CpgIterStart>
pub fn new( cpg_handle: Handle, group: &str, iter_type: CpgIterType, ) -> Result<CpgIterStart>
Create a new CpgIterStart object for iterating over a list of active CPG groups
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpgIterStart
impl RefUnwindSafe for CpgIterStart
impl Send for CpgIterStart
impl Sync for CpgIterStart
impl Unpin for CpgIterStart
impl UnwindSafe for CpgIterStart
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