pub struct RpcHandlerArgs { /* private fields */ }
Trait Implementations§
Source§impl Parse for RpcHandlerArgs
impl Parse for RpcHandlerArgs
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for RpcHandlerArgs
impl RefUnwindSafe for RpcHandlerArgs
impl !Send for RpcHandlerArgs
impl !Sync for RpcHandlerArgs
impl Unpin for RpcHandlerArgs
impl UnwindSafe for RpcHandlerArgs
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