Struct sfr_server::Server
source · pub struct Server<HH, SH, OH>{ /* private fields */ }Expand description
The server type.
Implementations§
source§impl<HH, SH, OH> Server<HH, SH, OH>where
HH: HomeHandlerTrait + 'static,
SH: SlashCommandHandlerTrait + 'static,
OH: OauthHandlerTrait + 'static,
impl<HH, SH, OH> Server<HH, SH, OH>where
HH: HomeHandlerTrait + 'static,
SH: SlashCommandHandlerTrait + 'static,
OH: OauthHandlerTrait + 'static,
Auto Trait Implementations§
impl<HH, SH, OH> Freeze for Server<HH, SH, OH>
impl<HH, SH, OH> !RefUnwindSafe for Server<HH, SH, OH>
impl<HH, SH, OH> Send for Server<HH, SH, OH>
impl<HH, SH, OH> Sync for Server<HH, SH, OH>
impl<HH, SH, OH> Unpin for Server<HH, SH, OH>
impl<HH, SH, OH> !UnwindSafe for Server<HH, SH, OH>
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