pub struct OrgHookConfig {
pub url: Option<String>,
pub insecure_ssl: Option<String>,
pub content_type: Option<String>,
pub secret: Option<String>,
}
Fields§
§url: Option<String>
§insecure_ssl: Option<String>
§content_type: Option<String>
§secret: Option<String>
Implementations§
Source§impl OrgHookConfig
impl OrgHookConfig
pub fn new() -> OrgHookConfig
Trait Implementations§
Source§impl Clone for OrgHookConfig
impl Clone for OrgHookConfig
Source§fn clone(&self) -> OrgHookConfig
fn clone(&self) -> OrgHookConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OrgHookConfig
impl Debug for OrgHookConfig
Source§impl Default for OrgHookConfig
impl Default for OrgHookConfig
Source§fn default() -> OrgHookConfig
fn default() -> OrgHookConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrgHookConfig
impl<'de> Deserialize<'de> for OrgHookConfig
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
Source§impl PartialEq for OrgHookConfig
impl PartialEq for OrgHookConfig
Source§impl Serialize for OrgHookConfig
impl Serialize for OrgHookConfig
impl StructuralPartialEq for OrgHookConfig
Auto Trait Implementations§
impl Freeze for OrgHookConfig
impl RefUnwindSafe for OrgHookConfig
impl Send for OrgHookConfig
impl Sync for OrgHookConfig
impl Unpin for OrgHookConfig
impl UnwindSafe for OrgHookConfig
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