Struct aws_sdk_scheduler::types::EventBridgeParameters
source · #[non_exhaustive]pub struct EventBridgeParameters { /* private fields */ }Expand description
The templated target type for the EventBridge PutEvents API operation.
Implementations§
source§impl EventBridgeParameters
impl EventBridgeParameters
sourcepub fn builder() -> EventBridgeParametersBuilder
pub fn builder() -> EventBridgeParametersBuilder
Creates a new builder-style object to manufacture EventBridgeParameters.
Trait Implementations§
source§impl Clone for EventBridgeParameters
impl Clone for EventBridgeParameters
source§fn clone(&self) -> EventBridgeParameters
fn clone(&self) -> EventBridgeParameters
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 EventBridgeParameters
impl Debug for EventBridgeParameters
source§impl PartialEq<EventBridgeParameters> for EventBridgeParameters
impl PartialEq<EventBridgeParameters> for EventBridgeParameters
source§fn eq(&self, other: &EventBridgeParameters) -> bool
fn eq(&self, other: &EventBridgeParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EventBridgeParameters
Auto Trait Implementations§
impl RefUnwindSafe for EventBridgeParameters
impl Send for EventBridgeParameters
impl Sync for EventBridgeParameters
impl Unpin for EventBridgeParameters
impl UnwindSafe for EventBridgeParameters
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