Struct aws_lambda_events::event::s3::object_lambda::GetObjectContext
source · pub struct GetObjectContext {
pub input_s3_url: String,
pub output_route: String,
pub output_token: String,
}Expand description
GetObjectContext contains the input and output details
for connections to Amazon S3 and S3 Object Lambda
Fields§
§input_s3_url: String§output_route: String§output_token: StringTrait Implementations§
source§impl Clone for GetObjectContext
impl Clone for GetObjectContext
source§fn clone(&self) -> GetObjectContext
fn clone(&self) -> GetObjectContext
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 Debug for GetObjectContext
impl Debug for GetObjectContext
source§impl Default for GetObjectContext
impl Default for GetObjectContext
source§fn default() -> GetObjectContext
fn default() -> GetObjectContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetObjectContext
impl<'de> Deserialize<'de> for GetObjectContext
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 GetObjectContext
impl PartialEq for GetObjectContext
source§fn eq(&self, other: &GetObjectContext) -> bool
fn eq(&self, other: &GetObjectContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetObjectContext
impl Serialize for GetObjectContext
impl Eq for GetObjectContext
impl StructuralPartialEq for GetObjectContext
Auto Trait Implementations§
impl RefUnwindSafe for GetObjectContext
impl Send for GetObjectContext
impl Sync for GetObjectContext
impl Unpin for GetObjectContext
impl UnwindSafe for GetObjectContext
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