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