pub struct PingEventHook { /* private fields */ }
Implementations§
Source§impl PingEventHook
impl PingEventHook
pub fn active<T>(self, value: T) -> Self
pub fn app_id<T>(self, value: T) -> Self
pub fn config<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn deliveries_url<T>(self, value: T) -> Self
pub fn events<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn last_response<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn ping_url<T>(self, value: T) -> Self
pub fn test_url<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PingEventHook
impl Clone for PingEventHook
Source§fn clone(&self) -> PingEventHook
fn clone(&self) -> PingEventHook
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 PingEventHook
impl Debug for PingEventHook
Source§impl Default for PingEventHook
impl Default for PingEventHook
Source§impl From<PingEventHook> for PingEventHook
impl From<PingEventHook> for PingEventHook
Source§fn from(value: PingEventHook) -> Self
fn from(value: PingEventHook) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PingEventHook> for PingEventHook
impl TryFrom<PingEventHook> for PingEventHook
Auto Trait Implementations§
impl Freeze for PingEventHook
impl RefUnwindSafe for PingEventHook
impl Send for PingEventHook
impl Sync for PingEventHook
impl Unpin for PingEventHook
impl UnwindSafe for PingEventHook
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