Struct fluence_app_service::ServiceInterface
source · pub struct ServiceInterface {
pub function_signatures: Vec<FunctionSignature>,
pub record_types: Vec<RecordType>,
}Fields§
§function_signatures: Vec<FunctionSignature>§record_types: Vec<RecordType>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ServiceInterface
impl Send for ServiceInterface
impl Sync for ServiceInterface
impl Unpin for ServiceInterface
impl UnwindSafe for ServiceInterface
Blanket Implementations§
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where T: AsFilelike,
Query the “status” flags for the
self file descriptor.