#[repr(C)]pub struct GroupResultPath {
pub path: Path,
pub quals: *mut List,
}
Fields§
§path: Path
§quals: *mut List
Trait Implementations§
Source§impl Clone for GroupResultPath
impl Clone for GroupResultPath
Source§fn clone(&self) -> GroupResultPath
fn clone(&self) -> GroupResultPath
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GroupResultPath
impl Debug for GroupResultPath
Source§impl Default for GroupResultPath
impl Default for GroupResultPath
Source§impl Display for GroupResultPath
impl Display for GroupResultPath
Source§impl PgNode for GroupResultPath
impl PgNode for GroupResultPath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for GroupResultPath
Auto Trait Implementations§
impl Freeze for GroupResultPath
impl RefUnwindSafe for GroupResultPath
impl !Send for GroupResultPath
impl !Sync for GroupResultPath
impl Unpin for GroupResultPath
impl UnwindSafe for GroupResultPath
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