Home
last modified time | relevance | path

Searched refs:FchownConfig (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dfchown.rs17 pub(crate) struct FchownConfig {
22 impl FchownConfig { impls
H A Dconnector.rs17 use super::FchownConfig;
27 pub(crate) fchown: Option<FchownConfig>,
H A Dmod.rs38 pub(crate) use fchown::FchownConfig;
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs29 use crate::util::config::FchownConfig;
286 fchown: Option<FchownConfig>,
401 self.fchown = Some(FchownConfig::new(uid, gid)); in sockets_owner()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs214 use crate::config::FchownConfig;
362 FchownConfig,

Completed in 6 milliseconds