Struct pgx_pg_sys::A_Star
source · [−]#[repr(C)]pub struct A_Star {
pub type_: NodeTag,
}Fields
type_: NodeTagTrait Implementations
impl Copy for A_Star
Auto Trait Implementations
impl RefUnwindSafe for A_Star
impl Send for A_Star
impl Sync for A_Star
impl Unpin for A_Star
impl UnwindSafe for A_Star
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