Struct ethcore_stratum::ServiceConfiguration
source · [−]pub struct ServiceConfiguration {
pub io_path: String,
pub listen_addr: String,
pub port: u16,
pub secret: Option<H256>,
}
Fields
io_path: String
listen_addr: String
port: u16
secret: Option<H256>
Auto Trait Implementations
impl RefUnwindSafe for ServiceConfiguration
impl Send for ServiceConfiguration
impl Sync for ServiceConfiguration
impl Unpin for ServiceConfiguration
impl UnwindSafe for ServiceConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more