Struct sendgrid_api::types::SuppressionGroupRequestBase [−][src]
pub struct SuppressionGroupRequestBase { pub description: String, pub is_default: bool, pub name: String, }
Fields
description: String
is_default: bool
name: String
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SuppressionGroupRequestBase
impl Send for SuppressionGroupRequestBase
impl Sync for SuppressionGroupRequestBase
impl Unpin for SuppressionGroupRequestBase
impl UnwindSafe for SuppressionGroupRequestBase
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more