pub struct ValidationCacheEXT(/* private fields */);Expand description
Trait Implementations§
Source§impl Clone for ValidationCacheEXT
impl Clone for ValidationCacheEXT
Source§fn clone(&self) -> ValidationCacheEXT
fn clone(&self) -> ValidationCacheEXT
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 ValidationCacheEXT
impl Debug for ValidationCacheEXT
Source§impl Default for ValidationCacheEXT
impl Default for ValidationCacheEXT
Source§impl Handle for ValidationCacheEXT
impl Handle for ValidationCacheEXT
Source§impl Hash for ValidationCacheEXT
impl Hash for ValidationCacheEXT
Source§impl PartialEq for ValidationCacheEXT
impl PartialEq 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