#[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 ListTrait Implementations§
Source§impl Clone for UniquePath
impl Clone for UniquePath
Source§fn clone(&self) -> UniquePath
fn clone(&self) -> UniquePath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UniquePath
Source§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
Auto Trait Implementations§
impl !Send for UniquePath
impl !Sync for UniquePath
impl Freeze for UniquePath
impl RefUnwindSafe for UniquePath
impl Unpin for UniquePath
impl UnsafeUnpin 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