pub struct VerifyProfile {
pub plain_git_probe_ms: u128,
pub repo_open_ms: u128,
pub verification_ms: u128,
}Fields§
§plain_git_probe_ms: u128§repo_open_ms: u128§verification_ms: u128Trait Implementations§
Source§impl Clone for VerifyProfile
impl Clone for VerifyProfile
Source§fn clone(&self) -> VerifyProfile
fn clone(&self) -> VerifyProfile
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 moreimpl Copy for VerifyProfile
Source§impl Debug for VerifyProfile
impl Debug for VerifyProfile
Source§impl Default for VerifyProfile
impl Default for VerifyProfile
Source§fn default() -> VerifyProfile
fn default() -> VerifyProfile
Returns the “default value” for a type. Read more
impl Eq for VerifyProfile
Source§impl PartialEq for VerifyProfile
impl PartialEq for VerifyProfile
Source§fn eq(&self, other: &VerifyProfile) -> bool
fn eq(&self, other: &VerifyProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VerifyProfile
Auto Trait Implementations§
impl Freeze for VerifyProfile
impl RefUnwindSafe for VerifyProfile
impl Send for VerifyProfile
impl Sync for VerifyProfile
impl Unpin for VerifyProfile
impl UnsafeUnpin for VerifyProfile
impl UnwindSafe for VerifyProfile
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