#[repr(C)]pub struct GroupPath {
pub path: Path,
pub subpath: *mut Path,
pub groupClause: *mut List,
pub qual: *mut List,
}
Fields§
§path: Path
§subpath: *mut Path
§groupClause: *mut List
§qual: *mut List
Trait Implementations§
impl Copy for GroupPath
Auto Trait Implementations§
impl Freeze for GroupPath
impl RefUnwindSafe for GroupPath
impl !Send for GroupPath
impl !Sync for GroupPath
impl Unpin for GroupPath
impl UnwindSafe for GroupPath
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