#[repr(C)]pub struct UniquePath {
pub path: Path,
pub subpath: *mut Path,
pub umethod: Type,
pub in_operators: *mut List,
pub uniq_exprs: *mut List,
}
Fields§
§path: Path
§subpath: *mut Path
§umethod: Type
§in_operators: *mut List
§uniq_exprs: *mut List
Trait Implementations§
Source§impl Clone for UniquePath
impl Clone for UniquePath
Source§fn clone(&self) -> UniquePath
fn clone(&self) -> UniquePath
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 UniquePath
impl Debug for UniquePath
Source§impl Default for UniquePath
impl Default for UniquePath
Source§impl Display for UniquePath
impl Display for UniquePath
Source§impl PgNode for UniquePath
impl PgNode for UniquePath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for UniquePath
Auto Trait Implementations§
impl Freeze for UniquePath
impl RefUnwindSafe for UniquePath
impl !Send for UniquePath
impl !Sync for UniquePath
impl Unpin for UniquePath
impl UnwindSafe for UniquePath
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