#[repr(C)]pub struct VacuumRelation {
pub type_: NodeTag,
pub relation: *mut RangeVar,
pub oid: Oid,
pub va_cols: *mut List,
}Fields§
§type_: NodeTag§relation: *mut RangeVar§oid: Oid§va_cols: *mut ListTrait Implementations§
Source§impl Clone for VacuumRelation
impl Clone for VacuumRelation
Source§fn clone(&self) -> VacuumRelation
fn clone(&self) -> VacuumRelation
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 VacuumRelation
Source§impl Debug for VacuumRelation
impl Debug for VacuumRelation
Source§impl Default for VacuumRelation
impl Default for VacuumRelation
Source§impl Display for VacuumRelation
impl Display for VacuumRelation
Auto Trait Implementations§
impl !Send for VacuumRelation
impl !Sync for VacuumRelation
impl Freeze for VacuumRelation
impl RefUnwindSafe for VacuumRelation
impl Unpin for VacuumRelation
impl UnsafeUnpin for VacuumRelation
impl UnwindSafe for VacuumRelation
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