pub struct PerformanceTimelineClient { /* private fields */ }Expand description
Client for PerformanceTimeline domain commands.
Implementations§
Auto Trait Implementations§
impl Freeze for PerformanceTimelineClient
impl !RefUnwindSafe for PerformanceTimelineClient
impl Send for PerformanceTimelineClient
impl Sync for PerformanceTimelineClient
impl Unpin for PerformanceTimelineClient
impl UnsafeUnpin for PerformanceTimelineClient
impl !UnwindSafe for PerformanceTimelineClient
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