#[repr(C)]pub struct MultiXactMember {
pub xid: TransactionId,
pub status: Type,
}
Fields§
§xid: TransactionId
§status: Type
Trait Implementations§
Source§impl Clone for MultiXactMember
impl Clone for MultiXactMember
Source§fn clone(&self) -> MultiXactMember
fn clone(&self) -> MultiXactMember
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 MultiXactMember
impl Debug for MultiXactMember
Source§impl Default for MultiXactMember
impl Default for MultiXactMember
impl Copy for MultiXactMember
Auto Trait Implementations§
impl Freeze for MultiXactMember
impl RefUnwindSafe for MultiXactMember
impl Send for MultiXactMember
impl Sync for MultiXactMember
impl Unpin for MultiXactMember
impl UnwindSafe for MultiXactMember
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