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