pub struct AdminDatastoreDeleteGroupsResponseData {
pub protected_snapshots: i64,
pub removed_groups: i64,
pub removed_snapshots: i64,
}Fields§
§protected_snapshots: i64Number of entities
removed_groups: i64Number of entities
removed_snapshots: i64Number of entities
Implementations§
Trait Implementations§
Source§impl Clone for AdminDatastoreDeleteGroupsResponseData
impl Clone for AdminDatastoreDeleteGroupsResponseData
Source§fn clone(&self) -> AdminDatastoreDeleteGroupsResponseData
fn clone(&self) -> AdminDatastoreDeleteGroupsResponseData
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 AdminDatastoreDeleteGroupsResponseData
impl Default for AdminDatastoreDeleteGroupsResponseData
Source§fn default() -> AdminDatastoreDeleteGroupsResponseData
fn default() -> AdminDatastoreDeleteGroupsResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdminDatastoreDeleteGroupsResponseData
impl<'de> Deserialize<'de> for AdminDatastoreDeleteGroupsResponseData
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 AdminDatastoreDeleteGroupsResponseData
impl PartialEq for AdminDatastoreDeleteGroupsResponseData
Source§fn eq(&self, other: &AdminDatastoreDeleteGroupsResponseData) -> bool
fn eq(&self, other: &AdminDatastoreDeleteGroupsResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AdminDatastoreDeleteGroupsResponseData
Auto Trait Implementations§
impl Freeze for AdminDatastoreDeleteGroupsResponseData
impl RefUnwindSafe for AdminDatastoreDeleteGroupsResponseData
impl Send for AdminDatastoreDeleteGroupsResponseData
impl Sync for AdminDatastoreDeleteGroupsResponseData
impl Unpin for AdminDatastoreDeleteGroupsResponseData
impl UnsafeUnpin for AdminDatastoreDeleteGroupsResponseData
impl UnwindSafe for AdminDatastoreDeleteGroupsResponseData
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