Struct pgx_pg_sys::ForBothState
source · [−]Fields
l1: *const Listl2: *const Listi: c_intTrait Implementations
sourceimpl Clone for ForBothState
impl Clone for ForBothState
sourcefn clone(&self) -> ForBothState
fn clone(&self) -> ForBothState
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 ForBothState
impl Debug for ForBothState
sourceimpl Default for ForBothState
impl Default for ForBothState
impl Copy for ForBothState
Auto Trait Implementations
impl RefUnwindSafe for ForBothState
impl !Send for ForBothState
impl !Sync for ForBothState
impl Unpin for ForBothState
impl UnwindSafe for ForBothState
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