pub struct DNS_QUESTION_PROCESSING_TIME_SECONDS {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
impl LazyStatic for DNS_QUESTION_PROCESSING_TIME_SECONDS
Auto Trait Implementations§
impl Freeze for DNS_QUESTION_PROCESSING_TIME_SECONDS
impl RefUnwindSafe for DNS_QUESTION_PROCESSING_TIME_SECONDS
impl Send for DNS_QUESTION_PROCESSING_TIME_SECONDS
impl Sync for DNS_QUESTION_PROCESSING_TIME_SECONDS
impl Unpin for DNS_QUESTION_PROCESSING_TIME_SECONDS
impl UnwindSafe for DNS_QUESTION_PROCESSING_TIME_SECONDS
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