pub struct GetInternalData;Expand description
Gets internal Captcha data
Trait Implementations§
Source§impl Handler<GetInternalData> for Master
impl Handler<GetInternalData> for Master
Source§type Result = MessageResult<GetInternalData>
type Result = MessageResult<GetInternalData>
The type of value that this handler will return. Read more
Source§fn handle(
&mut self,
_m: GetInternalData,
ctx: &mut Self::Context,
) -> Self::Result
fn handle( &mut self, _m: GetInternalData, ctx: &mut Self::Context, ) -> Self::Result
This method is called for every message received by this actor.
Source§impl Handler<GetInternalData> for Master
impl Handler<GetInternalData> for Master
Source§type Result = MessageResult<GetInternalData>
type Result = MessageResult<GetInternalData>
The type of value that this handler will return. Read more
Source§fn handle(
&mut self,
m: GetInternalData,
ctx: &mut Self::Context,
) -> Self::Result
fn handle( &mut self, m: GetInternalData, ctx: &mut Self::Context, ) -> Self::Result
This method is called for every message received by this actor.
Auto Trait Implementations§
impl Freeze for GetInternalData
impl RefUnwindSafe for GetInternalData
impl Send for GetInternalData
impl Sync for GetInternalData
impl Unpin for GetInternalData
impl UnsafeUnpin for GetInternalData
impl UnwindSafe for GetInternalData
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