Struct fuel_core::service::FuelService
source · [−]pub struct FuelService {
pub bound_address: SocketAddr,
/* private fields */
}
Fields
bound_address: SocketAddr
The address bound by the system for serving the API
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FuelService
impl Send for FuelService
impl Sync for FuelService
impl Unpin for FuelService
impl !UnwindSafe for FuelService
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more