pub struct StoragePolicyAssignments {
pub limit: Option<i64>,
pub next_marker: Option<Option<String>>,
pub prev_marker: Option<Option<String>>,
pub entries: Option<Vec<StoragePolicyAssignment>>,
}Fields§
§limit: Option<i64>§next_marker: Option<Option<String>>§prev_marker: Option<Option<String>>§entries: Option<Vec<StoragePolicyAssignment>>Trait Implementations§
Source§impl Clone for StoragePolicyAssignments
impl Clone for StoragePolicyAssignments
Source§fn clone(&self) -> StoragePolicyAssignments
fn clone(&self) -> StoragePolicyAssignments
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 StoragePolicyAssignments
impl Debug for StoragePolicyAssignments
Source§impl Default for StoragePolicyAssignments
impl Default for StoragePolicyAssignments
Source§fn default() -> StoragePolicyAssignments
fn default() -> StoragePolicyAssignments
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StoragePolicyAssignments
impl<'de> Deserialize<'de> for StoragePolicyAssignments
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 StoragePolicyAssignments
impl PartialEq for StoragePolicyAssignments
Source§impl Serialize for StoragePolicyAssignments
impl Serialize for StoragePolicyAssignments
impl StructuralPartialEq for StoragePolicyAssignments
Auto Trait Implementations§
impl Freeze for StoragePolicyAssignments
impl RefUnwindSafe for StoragePolicyAssignments
impl Send for StoragePolicyAssignments
impl Sync for StoragePolicyAssignments
impl Unpin for StoragePolicyAssignments
impl UnsafeUnpin for StoragePolicyAssignments
impl UnwindSafe for StoragePolicyAssignments
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