#[repr(C)]pub struct GISTDeletedPageContents {
pub deleteXid: FullTransactionId,
}
Fields§
§deleteXid: FullTransactionId
Trait Implementations§
Source§impl Clone for GISTDeletedPageContents
impl Clone for GISTDeletedPageContents
Source§fn clone(&self) -> GISTDeletedPageContents
fn clone(&self) -> GISTDeletedPageContents
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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
impl Copy for GISTDeletedPageContents
Auto Trait Implementations§
impl Freeze for GISTDeletedPageContents
impl RefUnwindSafe for GISTDeletedPageContents
impl Send for GISTDeletedPageContents
impl Sync for GISTDeletedPageContents
impl Unpin 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