Struct pgx_pg_sys::MaterialPath
source · [−]Fields
path: Pathsubpath: *mut PathTrait Implementations
sourceimpl Clone for MaterialPath
impl Clone for MaterialPath
sourcefn clone(&self) -> MaterialPath
fn clone(&self) -> MaterialPath
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MaterialPath
impl Debug for MaterialPath
sourceimpl Default for MaterialPath
impl Default for MaterialPath
sourceimpl Display for MaterialPath
impl Display for MaterialPath
sourceimpl PgNode for MaterialPath
impl PgNode for MaterialPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for MaterialPath
Auto Trait Implementations
impl RefUnwindSafe for MaterialPath
impl !Send for MaterialPath
impl !Sync for MaterialPath
impl Unpin for MaterialPath
impl UnwindSafe for MaterialPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more