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