pub struct CardDisabledEventData {
pub type: Option<Option<String>>,
pub id: Option<String>,
pub object: Option<Box<CardDisabledEventObject>>,
}Fields§
§type: Option<Option<String>>The type of the event data object. The value is \"card\".
id: Option<String>The ID of the event data object.
object: Option<Box<CardDisabledEventObject>>Implementations§
Source§impl CardDisabledEventData
impl CardDisabledEventData
pub fn new() -> CardDisabledEventData
Trait Implementations§
Source§impl Clone for CardDisabledEventData
impl Clone for CardDisabledEventData
Source§fn clone(&self) -> CardDisabledEventData
fn clone(&self) -> CardDisabledEventData
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 CardDisabledEventData
impl Debug for CardDisabledEventData
Source§impl Default for CardDisabledEventData
impl Default for CardDisabledEventData
Source§fn default() -> CardDisabledEventData
fn default() -> CardDisabledEventData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CardDisabledEventData
impl<'de> Deserialize<'de> for CardDisabledEventData
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
Source§impl PartialEq for CardDisabledEventData
impl PartialEq for CardDisabledEventData
Source§impl Serialize for CardDisabledEventData
impl Serialize for CardDisabledEventData
impl StructuralPartialEq for CardDisabledEventData
Auto Trait Implementations§
impl Freeze for CardDisabledEventData
impl RefUnwindSafe for CardDisabledEventData
impl Send for CardDisabledEventData
impl Sync for CardDisabledEventData
impl Unpin for CardDisabledEventData
impl UnsafeUnpin for CardDisabledEventData
impl UnwindSafe for CardDisabledEventData
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