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