pub struct EncodedProfile {
pub start: SystemTime,
pub end: SystemTime,
pub buffer: Vec<u8>,
pub endpoints_stats: ProfiledEndpointsStats,
}Fields§
§start: SystemTime§end: SystemTime§buffer: Vec<u8>§endpoints_stats: ProfiledEndpointsStatsImplementations§
Source§impl EncodedProfile
impl EncodedProfile
pub fn test_instance() -> Result<Self>
Auto Trait Implementations§
impl Freeze for EncodedProfile
impl RefUnwindSafe for EncodedProfile
impl Send for EncodedProfile
impl Sync for EncodedProfile
impl Unpin for EncodedProfile
impl UnwindSafe for EncodedProfile
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