pub struct GetCurrentVisitorCount;Expand description
Message to get the visitor count
Trait Implementations§
Source§impl Handler<GetCurrentVisitorCount> for Counter
impl Handler<GetCurrentVisitorCount> for Counter
Source§type Result = MessageResult<GetCurrentVisitorCount>
type Result = MessageResult<GetCurrentVisitorCount>
The type of value that this handler will return. Read more
Auto Trait Implementations§
impl Freeze for GetCurrentVisitorCount
impl RefUnwindSafe for GetCurrentVisitorCount
impl Send for GetCurrentVisitorCount
impl Sync for GetCurrentVisitorCount
impl Unpin for GetCurrentVisitorCount
impl UnwindSafe for GetCurrentVisitorCount
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