Struct faucet_server::server::FaucetServerService
source · pub struct FaucetServerService { /* private fields */ }Auto Trait Implementations§
impl Freeze for FaucetServerService
impl !RefUnwindSafe for FaucetServerService
impl Send for FaucetServerService
impl Sync for FaucetServerService
impl Unpin for FaucetServerService
impl !UnwindSafe for FaucetServerService
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