pub struct JmapClient;Expand description
JMAP client for load testing
Implementations§
Source§impl JmapClient
impl JmapClient
Auto Trait Implementations§
impl Freeze for JmapClient
impl RefUnwindSafe for JmapClient
impl Send for JmapClient
impl Sync for JmapClient
impl Unpin for JmapClient
impl UnsafeUnpin for JmapClient
impl UnwindSafe for JmapClient
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