pub struct PagerDutyInput {
pub api_failed_with_unauthorized_error_at: Option<DateTime<Utc>>,
}Fields§
The date when the PagerDuty API failed with an unauthorized error.
Trait Implementations§
Source§impl Clone for PagerDutyInput
impl Clone for PagerDutyInput
Source§fn clone(&self) -> PagerDutyInput
fn clone(&self) -> PagerDutyInput
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 PagerDutyInput
impl Debug for PagerDutyInput
Source§impl Default for PagerDutyInput
impl Default for PagerDutyInput
Source§fn default() -> PagerDutyInput
fn default() -> PagerDutyInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PagerDutyInput
impl<'de> Deserialize<'de> for PagerDutyInput
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 PagerDutyInput
impl RefUnwindSafe for PagerDutyInput
impl Send for PagerDutyInput
impl Sync for PagerDutyInput
impl Unpin for PagerDutyInput
impl UnwindSafe for PagerDutyInput
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