pub enum AzureProfiler {
Profile(ProfileRequest, OneshotSender<Result<(), Status>>),
}
Variants§
Profile(ProfileRequest, OneshotSender<Result<(), Status>>)
Implementations§
Source§impl AzureProfiler
impl AzureProfiler
Trait Implementations§
Source§impl Debug for AzureProfiler
impl Debug for AzureProfiler
Source§impl ServiceRpc for AzureProfiler
impl ServiceRpc for AzureProfiler
Auto Trait Implementations§
impl Freeze for AzureProfiler
impl !RefUnwindSafe for AzureProfiler
impl Send for AzureProfiler
impl Sync for AzureProfiler
impl Unpin for AzureProfiler
impl !UnwindSafe for AzureProfiler
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