#[repr(C)]pub struct TSDictionaryCacheEntry {
pub dictId: Oid,
pub isvalid: bool,
pub lexizeOid: Oid,
pub lexize: FmgrInfo,
pub dictCtx: MemoryContext,
pub dictData: *mut c_void,
}Fields§
§dictId: Oid§isvalid: bool§lexizeOid: Oid§lexize: FmgrInfo§dictCtx: MemoryContext§dictData: *mut c_voidTrait Implementations§
Source§impl Clone for TSDictionaryCacheEntry
impl Clone for TSDictionaryCacheEntry
Source§fn clone(&self) -> TSDictionaryCacheEntry
fn clone(&self) -> TSDictionaryCacheEntry
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 TSDictionaryCacheEntry
Source§impl Debug for TSDictionaryCacheEntry
impl Debug for TSDictionaryCacheEntry
Auto Trait Implementations§
impl !Send for TSDictionaryCacheEntry
impl !Sync for TSDictionaryCacheEntry
impl Freeze for TSDictionaryCacheEntry
impl RefUnwindSafe for TSDictionaryCacheEntry
impl Unpin for TSDictionaryCacheEntry
impl UnsafeUnpin for TSDictionaryCacheEntry
impl UnwindSafe for TSDictionaryCacheEntry
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