pub struct AdminSnapshotSummary {
pub summary: SnapshotSummary,
pub tenant_id: String,
pub project_id: String,
}Expand description
Same shape as the tenant listing plus the scope a platform operator needs in order to tell two tenants’ snapshots apart.
Fields§
§summary: SnapshotSummary§tenant_id: String§project_id: StringTrait Implementations§
Source§impl Clone for AdminSnapshotSummary
impl Clone for AdminSnapshotSummary
Source§fn clone(&self) -> AdminSnapshotSummary
fn clone(&self) -> AdminSnapshotSummary
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 AdminSnapshotSummary
impl Debug for AdminSnapshotSummary
Source§impl<'de> Deserialize<'de> for AdminSnapshotSummary
impl<'de> Deserialize<'de> for AdminSnapshotSummary
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 AdminSnapshotSummary
impl PartialEq for AdminSnapshotSummary
Source§impl Serialize for AdminSnapshotSummary
impl Serialize for AdminSnapshotSummary
impl StructuralPartialEq for AdminSnapshotSummary
Auto Trait Implementations§
impl Freeze for AdminSnapshotSummary
impl RefUnwindSafe for AdminSnapshotSummary
impl Send for AdminSnapshotSummary
impl Sync for AdminSnapshotSummary
impl Unpin for AdminSnapshotSummary
impl UnsafeUnpin for AdminSnapshotSummary
impl UnwindSafe for AdminSnapshotSummary
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