Struct rusoto_lambda::DeleteEventSourceMappingRequest [−][src]
pub struct DeleteEventSourceMappingRequest {
pub uuid: String,
}Fields
uuid: String
The event source mapping ID.
Trait Implementations
impl Default for DeleteEventSourceMappingRequest[src]
impl Default for DeleteEventSourceMappingRequestfn default() -> DeleteEventSourceMappingRequest[src]
fn default() -> DeleteEventSourceMappingRequestReturns the "default value" for a type. Read more
impl Debug for DeleteEventSourceMappingRequest[src]
impl Debug for DeleteEventSourceMappingRequestfn 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 DeleteEventSourceMappingRequest[src]
impl Clone for DeleteEventSourceMappingRequestfn clone(&self) -> DeleteEventSourceMappingRequest[src]
fn clone(&self) -> DeleteEventSourceMappingRequestReturns 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 DeleteEventSourceMappingRequest[src]
impl PartialEq for DeleteEventSourceMappingRequestfn eq(&self, other: &DeleteEventSourceMappingRequest) -> bool[src]
fn eq(&self, other: &DeleteEventSourceMappingRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DeleteEventSourceMappingRequest) -> bool[src]
fn ne(&self, other: &DeleteEventSourceMappingRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DeleteEventSourceMappingRequest
impl Send for DeleteEventSourceMappingRequestimpl Sync for DeleteEventSourceMappingRequest
impl Sync for DeleteEventSourceMappingRequest