pub struct NoCertTimeCheckConfig {
pub limit: u32,
}Fields§
§limit: u32Trait Implementations§
Source§impl Clone for NoCertTimeCheckConfig
impl Clone for NoCertTimeCheckConfig
Source§fn clone(&self) -> NoCertTimeCheckConfig
fn clone(&self) -> NoCertTimeCheckConfig
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 moreSource§impl Debug for NoCertTimeCheckConfig
impl Debug for NoCertTimeCheckConfig
Source§impl PartialEq for NoCertTimeCheckConfig
impl PartialEq for NoCertTimeCheckConfig
Source§fn eq(&self, other: &NoCertTimeCheckConfig) -> bool
fn eq(&self, other: &NoCertTimeCheckConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoCertTimeCheckConfig
Auto Trait Implementations§
impl Freeze for NoCertTimeCheckConfig
impl RefUnwindSafe for NoCertTimeCheckConfig
impl Send for NoCertTimeCheckConfig
impl Sync for NoCertTimeCheckConfig
impl Unpin for NoCertTimeCheckConfig
impl UnsafeUnpin for NoCertTimeCheckConfig
impl UnwindSafe for NoCertTimeCheckConfig
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