pub struct AwsPayload {
pub key: Option<String>,
pub region: Option<String>,
pub secret: Option<String>,
}Fields§
§key: Option<String>§region: Option<String>§secret: Option<String>Implementations§
Source§impl AwsPayload
impl AwsPayload
pub fn new() -> AwsPayload
Trait Implementations§
Source§impl Clone for AwsPayload
impl Clone for AwsPayload
Source§fn clone(&self) -> AwsPayload
fn clone(&self) -> AwsPayload
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 AwsPayload
impl Debug for AwsPayload
Source§impl Default for AwsPayload
impl Default for AwsPayload
Source§fn default() -> AwsPayload
fn default() -> AwsPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AwsPayload
impl<'de> Deserialize<'de> for AwsPayload
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 AwsPayload
impl PartialEq for AwsPayload
Source§fn eq(&self, other: &AwsPayload) -> bool
fn eq(&self, other: &AwsPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AwsPayload
impl Serialize for AwsPayload
impl StructuralPartialEq for AwsPayload
Auto Trait Implementations§
impl Freeze for AwsPayload
impl RefUnwindSafe for AwsPayload
impl Send for AwsPayload
impl Sync for AwsPayload
impl Unpin for AwsPayload
impl UnsafeUnpin for AwsPayload
impl UnwindSafe for AwsPayload
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