pub struct Interface { /* private fields */ }
Trait Implementations§
source§impl IInterface<Request> for Interface
impl IInterface<Request> for Interface
impl Send for Interface
impl Sync for Interface
Auto Trait Implementations§
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