pub struct PhabricatorClientConfig {
pub host: String,
pub api_token: String,
pub cert_identity_config: Option<CertIdentityConfig>,
}
Fields§
§host: String
§api_token: String
§cert_identity_config: Option<CertIdentityConfig>
Trait Implementations§
Source§impl Debug for PhabricatorClientConfig
impl Debug for PhabricatorClientConfig
Source§impl<'de> Deserialize<'de> for PhabricatorClientConfig
impl<'de> Deserialize<'de> for PhabricatorClientConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PhabricatorClientConfig
impl RefUnwindSafe for PhabricatorClientConfig
impl Send for PhabricatorClientConfig
impl Sync for PhabricatorClientConfig
impl Unpin for PhabricatorClientConfig
impl UnwindSafe for PhabricatorClientConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more