#[repr(C)]pub struct GISTDeletedPageContents {
pub deleteXid: FullTransactionId,
}Fields§
§deleteXid: FullTransactionIdTrait Implementations§
Source§impl Clone for GISTDeletedPageContents
impl Clone for GISTDeletedPageContents
Source§fn clone(&self) -> GISTDeletedPageContents
fn clone(&self) -> GISTDeletedPageContents
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 GISTDeletedPageContents
Source§impl Debug for GISTDeletedPageContents
impl Debug for GISTDeletedPageContents
Source§impl Default for GISTDeletedPageContents
impl Default for GISTDeletedPageContents
Source§fn default() -> GISTDeletedPageContents
fn default() -> GISTDeletedPageContents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GISTDeletedPageContents
impl RefUnwindSafe for GISTDeletedPageContents
impl Send for GISTDeletedPageContents
impl Sync for GISTDeletedPageContents
impl Unpin for GISTDeletedPageContents
impl UnsafeUnpin for GISTDeletedPageContents
impl UnwindSafe for GISTDeletedPageContents
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