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