Struct rusoto_lambda::GetEventSourceMappingRequest [−][src]
pub struct GetEventSourceMappingRequest {
pub uuid: String,
}Fields
uuid: String
The AWS Lambda assigned ID of the event source mapping.
Trait Implementations
impl Default for GetEventSourceMappingRequest[src]
impl Default for GetEventSourceMappingRequestfn default() -> GetEventSourceMappingRequest[src]
fn default() -> GetEventSourceMappingRequestReturns the "default value" for a type. Read more
impl Debug for GetEventSourceMappingRequest[src]
impl Debug for GetEventSourceMappingRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GetEventSourceMappingRequest[src]
impl Clone for GetEventSourceMappingRequestfn clone(&self) -> GetEventSourceMappingRequest[src]
fn clone(&self) -> GetEventSourceMappingRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for GetEventSourceMappingRequest[src]
impl PartialEq for GetEventSourceMappingRequestfn eq(&self, other: &GetEventSourceMappingRequest) -> bool[src]
fn eq(&self, other: &GetEventSourceMappingRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GetEventSourceMappingRequest) -> bool[src]
fn ne(&self, other: &GetEventSourceMappingRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for GetEventSourceMappingRequest
impl Send for GetEventSourceMappingRequestimpl Sync for GetEventSourceMappingRequest
impl Sync for GetEventSourceMappingRequest