pub struct Analyze {
pub time: u32,
pub service: String,
}Fields§
§time: u32§service: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Analyze
impl RefUnwindSafe for Analyze
impl Send for Analyze
impl Sync for Analyze
impl Unpin for Analyze
impl UnsafeUnpin for Analyze
impl UnwindSafe for Analyze
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