#[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 · 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 TSDictionaryCacheEntry
impl Debug for TSDictionaryCacheEntry
Source§impl Default for TSDictionaryCacheEntry
impl Default for TSDictionaryCacheEntry
impl Copy for TSDictionaryCacheEntry
Auto Trait Implementations§
impl Freeze for TSDictionaryCacheEntry
impl RefUnwindSafe for TSDictionaryCacheEntry
impl !Send for TSDictionaryCacheEntry
impl !Sync for TSDictionaryCacheEntry
impl Unpin 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