pub enum AzureProfiler {
Profile(ProfileRequest, OneshotSender<Result<(), Status>>),
}
Variants§
Profile(ProfileRequest, OneshotSender<Result<(), Status>>)
Implementations§
Trait Implementations§
Source§impl Debug for AzureProfiler
impl Debug for AzureProfiler
Source§impl ServiceRpc for AzureProfiler
impl ServiceRpc for AzureProfiler
Source§fn encode(self, writer: FieldWriter<'_, '_, Resource>) -> Port
fn encode(self, writer: FieldWriter<'_, '_, Resource>) -> Port
Encode the request into a field.
Source§fn compute_size(&mut self, sizer: FieldSizer<'_>)
fn compute_size(&mut self, sizer: FieldSizer<'_>)
Compute the field size of the request.
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