pub struct AdminReplayWebhookDLQResponse {
pub success: bool,
pub event_id: String,
pub action: String,
pub message: String,
}Expand description
AdminReplayWebhookDLQResponse model.
Fields§
§success: bool§event_id: String§action: String§message: StringTrait Implementations§
Source§impl Clone for AdminReplayWebhookDLQResponse
impl Clone for AdminReplayWebhookDLQResponse
Source§fn clone(&self) -> AdminReplayWebhookDLQResponse
fn clone(&self) -> AdminReplayWebhookDLQResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AdminReplayWebhookDLQResponse
impl Default for AdminReplayWebhookDLQResponse
Source§fn default() -> AdminReplayWebhookDLQResponse
fn default() -> AdminReplayWebhookDLQResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdminReplayWebhookDLQResponse
impl<'de> Deserialize<'de> for AdminReplayWebhookDLQResponse
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
impl StructuralPartialEq for AdminReplayWebhookDLQResponse
Auto Trait Implementations§
impl Freeze for AdminReplayWebhookDLQResponse
impl RefUnwindSafe for AdminReplayWebhookDLQResponse
impl Send for AdminReplayWebhookDLQResponse
impl Sync for AdminReplayWebhookDLQResponse
impl Unpin for AdminReplayWebhookDLQResponse
impl UnsafeUnpin for AdminReplayWebhookDLQResponse
impl UnwindSafe for AdminReplayWebhookDLQResponse
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