#[repr(C)]pub struct LockRelId {
pub relId: Oid,
pub dbId: Oid,
}
Fields§
§relId: Oid
§dbId: Oid
Trait Implementations§
impl Copy for LockRelId
Auto Trait Implementations§
impl Freeze for LockRelId
impl RefUnwindSafe for LockRelId
impl Send for LockRelId
impl Sync for LockRelId
impl Unpin for LockRelId
impl UnwindSafe for LockRelId
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