#[repr(C)]pub struct TSAnyCacheEntry {
pub objId: Oid,
pub isvalid: bool,
}Fields§
§objId: Oid§isvalid: boolTrait Implementations§
Source§impl Clone for TSAnyCacheEntry
impl Clone for TSAnyCacheEntry
Source§fn clone(&self) -> TSAnyCacheEntry
fn clone(&self) -> TSAnyCacheEntry
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 TSAnyCacheEntry
impl Debug for TSAnyCacheEntry
Source§impl Default for TSAnyCacheEntry
impl Default for TSAnyCacheEntry
impl Copy for TSAnyCacheEntry
Auto Trait Implementations§
impl Freeze for TSAnyCacheEntry
impl RefUnwindSafe for TSAnyCacheEntry
impl Send for TSAnyCacheEntry
impl Sync for TSAnyCacheEntry
impl Unpin for TSAnyCacheEntry
impl UnwindSafe for TSAnyCacheEntry
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