pub struct AddLayerVersionPermissionResponse {
pub revision_id: Option<String>,
pub statement: Option<String>,
}
Fields§
§revision_id: Option<String>
A unique identifier for the current revision of the policy.
statement: Option<String>
The permission statement.
Trait Implementations§
Source§impl Clone for AddLayerVersionPermissionResponse
impl Clone for AddLayerVersionPermissionResponse
Source§fn clone(&self) -> AddLayerVersionPermissionResponse
fn clone(&self) -> AddLayerVersionPermissionResponse
Returns a copy of the value. Read more
1.0.0 · 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 AddLayerVersionPermissionResponse
impl Default for AddLayerVersionPermissionResponse
Source§fn default() -> AddLayerVersionPermissionResponse
fn default() -> AddLayerVersionPermissionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddLayerVersionPermissionResponse
impl<'de> Deserialize<'de> for AddLayerVersionPermissionResponse
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 AddLayerVersionPermissionResponse
impl PartialEq for AddLayerVersionPermissionResponse
Source§fn eq(&self, other: &AddLayerVersionPermissionResponse) -> bool
fn eq(&self, other: &AddLayerVersionPermissionResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AddLayerVersionPermissionResponse
Auto Trait Implementations§
impl Freeze for AddLayerVersionPermissionResponse
impl RefUnwindSafe for AddLayerVersionPermissionResponse
impl Send for AddLayerVersionPermissionResponse
impl Sync for AddLayerVersionPermissionResponse
impl Unpin for AddLayerVersionPermissionResponse
impl UnwindSafe for AddLayerVersionPermissionResponse
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