pub struct RPCResponser<Argument>(/* private fields */);Expand description
user-defined event for RPC like system.
Trait Implementations§
Source§impl<Argument> AutoIncEvent for RPCResponser<Argument>
impl<Argument> AutoIncEvent for RPCResponser<Argument>
Source§impl<Argument: Clone> Clone for RPCResponser<Argument>
impl<Argument: Clone> Clone for RPCResponser<Argument>
Source§fn clone(&self) -> RPCResponser<Argument>
fn clone(&self) -> RPCResponser<Argument>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Argument> Default for RPCResponser<Argument>
impl<Argument> Default for RPCResponser<Argument>
Auto Trait Implementations§
impl<Argument> Freeze for RPCResponser<Argument>
impl<Argument> RefUnwindSafe for RPCResponser<Argument>where
Argument: RefUnwindSafe,
impl<Argument> Send for RPCResponser<Argument>where
Argument: Send,
impl<Argument> Sync for RPCResponser<Argument>where
Argument: Sync,
impl<Argument> Unpin for RPCResponser<Argument>where
Argument: Unpin,
impl<Argument> UnwindSafe for RPCResponser<Argument>where
Argument: UnwindSafe,
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