Struct objectscale_client::iam::Policy
source · pub struct Policy {Show 13 fields
pub arn: String,
pub attachment_count: i64,
pub create_date: String,
pub default_version_id: String,
pub description: String,
pub is_attachable: bool,
pub path: String,
pub permissions_boundary_usage_count: i64,
pub policy_id: String,
pub policy_name: String,
pub update_date: String,
pub policy_document: String,
pub namespace: String,
}Fields§
§arn: String§attachment_count: i64§create_date: String§default_version_id: String§description: String§is_attachable: bool§path: String§permissions_boundary_usage_count: i64§policy_id: String§policy_name: String§update_date: String§policy_document: String§namespace: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for Policy
impl<'de> Deserialize<'de> for Policy
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
Auto Trait Implementations§
impl Freeze for Policy
impl RefUnwindSafe for Policy
impl Send for Policy
impl Sync for Policy
impl Unpin for Policy
impl UnwindSafe for Policy
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)