pub struct ValidationCacheEXT(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl Clone for ValidationCacheEXT
impl Clone for ValidationCacheEXT
Source§fn clone(&self) -> ValidationCacheEXT
fn clone(&self) -> ValidationCacheEXT
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 ValidationCacheEXT
impl Debug for ValidationCacheEXT
Source§impl Default for ValidationCacheEXT
impl Default for ValidationCacheEXT
Source§fn default() -> ValidationCacheEXT
fn default() -> ValidationCacheEXT
Returns the “default value” for a type. Read more
Source§impl Handle for ValidationCacheEXT
impl Handle for ValidationCacheEXT
Source§impl Hash for ValidationCacheEXT
impl Hash for ValidationCacheEXT
Source§impl Ord for ValidationCacheEXT
impl Ord for ValidationCacheEXT
Source§fn cmp(&self, other: &ValidationCacheEXT) -> Ordering
fn cmp(&self, other: &ValidationCacheEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ValidationCacheEXT
impl PartialEq for ValidationCacheEXT
Source§impl PartialOrd for ValidationCacheEXT
impl PartialOrd for ValidationCacheEXT
Source§impl Pointer for ValidationCacheEXT
impl Pointer for ValidationCacheEXT
impl Copy for ValidationCacheEXT
impl Eq for ValidationCacheEXT
impl StructuralPartialEq for ValidationCacheEXT
Auto Trait Implementations§
impl Freeze for ValidationCacheEXT
impl RefUnwindSafe for ValidationCacheEXT
impl Send for ValidationCacheEXT
impl Sync for ValidationCacheEXT
impl Unpin for ValidationCacheEXT
impl UnwindSafe for ValidationCacheEXT
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)