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