pub struct DeleteEventSourceMappingRequest {
pub uuid: String,
}
Fields§
§uuid: String
The identifier of the event source mapping.
Trait Implementations§
Source§impl Clone for DeleteEventSourceMappingRequest
impl Clone for DeleteEventSourceMappingRequest
Source§fn clone(&self) -> DeleteEventSourceMappingRequest
fn clone(&self) -> DeleteEventSourceMappingRequest
Returns a duplicate 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 Default for DeleteEventSourceMappingRequest
impl Default for DeleteEventSourceMappingRequest
Source§fn default() -> DeleteEventSourceMappingRequest
fn default() -> DeleteEventSourceMappingRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteEventSourceMappingRequest
impl PartialEq for DeleteEventSourceMappingRequest
Source§fn eq(&self, other: &DeleteEventSourceMappingRequest) -> bool
fn eq(&self, other: &DeleteEventSourceMappingRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteEventSourceMappingRequest
Auto Trait Implementations§
impl Freeze for DeleteEventSourceMappingRequest
impl RefUnwindSafe for DeleteEventSourceMappingRequest
impl Send for DeleteEventSourceMappingRequest
impl Sync for DeleteEventSourceMappingRequest
impl Unpin for DeleteEventSourceMappingRequest
impl UnwindSafe for DeleteEventSourceMappingRequest
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