Struct aws_lambda_events::s3::S3UserIdentity
source · [−]Fields
principal_id: Option<String>Trait Implementations
sourceimpl Clone for S3UserIdentity
impl Clone for S3UserIdentity
sourcefn clone(&self) -> S3UserIdentity
fn clone(&self) -> S3UserIdentity
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for S3UserIdentity
impl Debug for S3UserIdentity
sourceimpl Default for S3UserIdentity
impl Default for S3UserIdentity
sourcefn default() -> S3UserIdentity
fn default() -> S3UserIdentity
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for S3UserIdentity
impl<'de> Deserialize<'de> for S3UserIdentity
sourcefn 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
sourceimpl PartialEq<S3UserIdentity> for S3UserIdentity
impl PartialEq<S3UserIdentity> for S3UserIdentity
sourcefn eq(&self, other: &S3UserIdentity) -> bool
fn eq(&self, other: &S3UserIdentity) -> bool
sourceimpl Serialize for S3UserIdentity
impl Serialize for S3UserIdentity
impl StructuralPartialEq for S3UserIdentity
Auto Trait Implementations
impl RefUnwindSafe for S3UserIdentity
impl Send for S3UserIdentity
impl Sync for S3UserIdentity
impl Unpin for S3UserIdentity
impl UnwindSafe for S3UserIdentity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more