pub struct AdminListWebhookDLQResponse {
pub entries: Vec<AdminListWebhookDLQResponseEntry>,
}Expand description
AdminListWebhookDLQResponse model.
Fields§
§entries: Vec<AdminListWebhookDLQResponseEntry>Trait Implementations§
Source§impl Clone for AdminListWebhookDLQResponse
impl Clone for AdminListWebhookDLQResponse
Source§fn clone(&self) -> AdminListWebhookDLQResponse
fn clone(&self) -> AdminListWebhookDLQResponse
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 Debug for AdminListWebhookDLQResponse
impl Debug for AdminListWebhookDLQResponse
Source§impl Default for AdminListWebhookDLQResponse
impl Default for AdminListWebhookDLQResponse
Source§fn default() -> AdminListWebhookDLQResponse
fn default() -> AdminListWebhookDLQResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdminListWebhookDLQResponse
impl<'de> Deserialize<'de> for AdminListWebhookDLQResponse
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 AdminListWebhookDLQResponse
Auto Trait Implementations§
impl Freeze for AdminListWebhookDLQResponse
impl RefUnwindSafe for AdminListWebhookDLQResponse
impl Send for AdminListWebhookDLQResponse
impl Sync for AdminListWebhookDLQResponse
impl Unpin for AdminListWebhookDLQResponse
impl UnsafeUnpin for AdminListWebhookDLQResponse
impl UnwindSafe for AdminListWebhookDLQResponse
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