pub struct PingEventHookConfig { /* private fields */ }
Implementations§
Source§impl PingEventHookConfig
impl PingEventHookConfig
pub fn content_type<T>(self, value: T) -> Self
pub fn insecure_ssl<T>(self, value: T) -> Self
pub fn secret<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PingEventHookConfig
impl Clone for PingEventHookConfig
Source§fn clone(&self) -> PingEventHookConfig
fn clone(&self) -> PingEventHookConfig
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 PingEventHookConfig
impl Debug for PingEventHookConfig
Source§impl Default for PingEventHookConfig
impl Default for PingEventHookConfig
Source§impl From<PingEventHookConfig> for PingEventHookConfig
impl From<PingEventHookConfig> for PingEventHookConfig
Source§fn from(value: PingEventHookConfig) -> Self
fn from(value: PingEventHookConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PingEventHookConfig
impl RefUnwindSafe for PingEventHookConfig
impl Send for PingEventHookConfig
impl Sync for PingEventHookConfig
impl Unpin for PingEventHookConfig
impl UnwindSafe for PingEventHookConfig
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