Struct amazon_sp_notifications::models::sqs_resource::SqsResource
source · [−]pub struct SqsResource {
pub arn: String,
}Expand description
SqsResource : The information required to create an Amazon Simple Queue Service (Amazon SQS) queue destination.
Fields
arn: StringThe Amazon Resource Name (ARN) associated with the SQS queue.
Implementations
sourceimpl SqsResource
impl SqsResource
sourcepub fn new(arn: String) -> SqsResource
pub fn new(arn: String) -> SqsResource
The information required to create an Amazon Simple Queue Service (Amazon SQS) queue destination.
Trait Implementations
sourceimpl Clone for SqsResource
impl Clone for SqsResource
sourcefn clone(&self) -> SqsResource
fn clone(&self) -> SqsResource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SqsResource
impl Debug for SqsResource
sourceimpl Default for SqsResource
impl Default for SqsResource
sourcefn default() -> SqsResource
fn default() -> SqsResource
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SqsResource
impl<'de> Deserialize<'de> for SqsResource
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<SqsResource> for SqsResource
impl PartialEq<SqsResource> for SqsResource
sourcefn eq(&self, other: &SqsResource) -> bool
fn eq(&self, other: &SqsResource) -> bool
sourceimpl Serialize for SqsResource
impl Serialize for SqsResource
impl StructuralPartialEq for SqsResource
Auto Trait Implementations
impl RefUnwindSafe for SqsResource
impl Send for SqsResource
impl Sync for SqsResource
impl Unpin for SqsResource
impl UnwindSafe for SqsResource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more