Searched defs:RestService (Results 1 – 2 of 2) sorted by relevance
348 pub struct RestService { struct350 pub service_type: device_path::messaging::RestServiceType,351 pub access_mode: device_path::messaging::RestServiceAccessMode,352 pub vendor_guid_and_data: [u8; 0usize],
2267 pub struct RestService { struct2269 pub(super) service_type: device_path::messaging::RestServiceType,2270 pub(super) access_mode: device_path::messaging::RestServiceAccessMode,2274 impl RestService { impl2277 pub fn service_type(&self) -> device_path::messaging::RestServiceType { in service_type()2288 impl fmt::Debug for RestService { implementation2303 impl TryFrom<&DevicePathNode> for &RestService { implementation2316 let node: *const RestService = in try_from() constant2442 impl RestService { impl5148 pub struct RestService<'a> { struct[all …]