Struct ExAddCustomMonitor
pub struct ExAddCustomMonitor<'a> { /* private fields */ }
Expand description
Default-param extender for Performance::add_custom_monitor_ex
.
Implementations§
§impl<'a> ExAddCustomMonitor<'a>
impl<'a> ExAddCustomMonitor<'a>
pub fn arguments(self, value: Array<Variant>) -> ExAddCustomMonitor<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExAddCustomMonitor<'a>
impl<'a> RefUnwindSafe for ExAddCustomMonitor<'a>
impl<'a> !Send for ExAddCustomMonitor<'a>
impl<'a> !Sync for ExAddCustomMonitor<'a>
impl<'a> Unpin for ExAddCustomMonitor<'a>
impl<'a> !UnwindSafe for ExAddCustomMonitor<'a>
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