pub struct DefaultMkClient;Available on crate feature
client only.Expand description
A dummy MkClient that does not have any functionality
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultMkClient
impl RefUnwindSafe for DefaultMkClient
impl Send for DefaultMkClient
impl Sync for DefaultMkClient
impl Unpin for DefaultMkClient
impl UnwindSafe for DefaultMkClient
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