pub struct BackendProxy { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackendProxy
impl !RefUnwindSafe for BackendProxy
impl !Send for BackendProxy
impl !Sync for BackendProxy
impl Unpin for BackendProxy
impl !UnwindSafe for BackendProxy
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