Struct aws_lambda_events::event::connect::ConnectQueue
source · pub struct ConnectQueue {
pub name: Option<String>,
pub arn: Option<String>,
}Expand description
ConnectQueue represents a queue object.
Fields§
§name: Option<String>§arn: Option<String>Trait Implementations§
source§impl Clone for ConnectQueue
impl Clone for ConnectQueue
source§fn clone(&self) -> ConnectQueue
fn clone(&self) -> ConnectQueue
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 ConnectQueue
impl Debug for ConnectQueue
source§impl<'de> Deserialize<'de> for ConnectQueue
impl<'de> Deserialize<'de> for ConnectQueue
source§fn 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
source§impl PartialEq for ConnectQueue
impl PartialEq for ConnectQueue
source§fn eq(&self, other: &ConnectQueue) -> bool
fn eq(&self, other: &ConnectQueue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ConnectQueue
impl Serialize for ConnectQueue
impl Eq for ConnectQueue
impl StructuralEq for ConnectQueue
impl StructuralPartialEq for ConnectQueue
Auto Trait Implementations§
impl RefUnwindSafe for ConnectQueue
impl Send for ConnectQueue
impl Sync for ConnectQueue
impl Unpin for ConnectQueue
impl UnwindSafe for ConnectQueue
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