Struct safe_vk::handler::HandlerService
source · pub struct HandlerService<H, T, S> { /* private fields */ }Trait Implementations§
source§impl<H, T, S> Clone for HandlerService<H, T, S>
impl<H, T, S> Clone for HandlerService<H, T, S>
Auto Trait Implementations§
impl<H, T, S> Freeze for HandlerService<H, T, S>
impl<H, T, S> RefUnwindSafe for HandlerService<H, T, S>where
H: RefUnwindSafe,
S: RefUnwindSafe,
impl<H, T, S> Send for HandlerService<H, T, S>
impl<H, T, S> Sync for HandlerService<H, T, S>
impl<H, T, S> Unpin for HandlerService<H, T, S>
impl<H, T, S> UnwindSafe for HandlerService<H, T, S>where
H: UnwindSafe,
S: 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