pub struct PrivateResponseArg;
Auto Trait Implementations§
impl Freeze for PrivateResponseArg
impl RefUnwindSafe for PrivateResponseArg
impl Send for PrivateResponseArg
impl Sync for PrivateResponseArg
impl Unpin for PrivateResponseArg
impl UnwindSafe for PrivateResponseArg
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