pub struct SetInternalData {
pub mcaptcha: HashMap<String, MCaptcha>,
}Expand description
Sets internal Captcha data
Fields§
§mcaptcha: HashMap<String, MCaptcha>Trait Implementations§
Source§impl Handler<SetInternalData> for Master
impl Handler<SetInternalData> for Master
Source§type Result = MessageResult<SetInternalData>
type Result = MessageResult<SetInternalData>
The type of value that this handler will return. Read more
Source§impl Handler<SetInternalData> for Master
impl Handler<SetInternalData> for Master
Source§type Result = MessageResult<SetInternalData>
type Result = MessageResult<SetInternalData>
The type of value that this handler will return. Read more
Auto Trait Implementations§
impl Freeze for SetInternalData
impl RefUnwindSafe for SetInternalData
impl Send for SetInternalData
impl Sync for SetInternalData
impl Unpin for SetInternalData
impl UnwindSafe for SetInternalData
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