Struct pgx_pg_sys::ForThreeState
source · [−]#[repr(C)]pub struct ForThreeState {
pub l1: *const List,
pub l2: *const List,
pub l3: *const List,
pub i: c_int,
}Fields
l1: *const Listl2: *const Listl3: *const Listi: c_intTrait Implementations
sourceimpl Clone for ForThreeState
impl Clone for ForThreeState
sourcefn clone(&self) -> ForThreeState
fn clone(&self) -> ForThreeState
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 ForThreeState
impl Debug for ForThreeState
sourceimpl Default for ForThreeState
impl Default for ForThreeState
impl Copy for ForThreeState
Auto Trait Implementations
impl RefUnwindSafe for ForThreeState
impl !Send for ForThreeState
impl !Sync for ForThreeState
impl Unpin for ForThreeState
impl UnwindSafe for ForThreeState
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