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