Struct aws_lambda_events::event::connect::ConnectQueue
source · [−]Expand description
ConnectQueue represents a queue object.
Fields
name: Option<String>arn: Option<String>Trait Implementations
sourceimpl Clone for ConnectQueue
impl Clone for ConnectQueue
sourcefn clone(&self) -> ConnectQueue
fn clone(&self) -> ConnectQueue
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 ConnectQueue
impl Debug for ConnectQueue
sourceimpl<'de> Deserialize<'de> for ConnectQueue
impl<'de> Deserialize<'de> for ConnectQueue
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<ConnectQueue> for ConnectQueue
impl PartialEq<ConnectQueue> for ConnectQueue
sourcefn eq(&self, other: &ConnectQueue) -> bool
fn eq(&self, other: &ConnectQueue) -> bool
sourceimpl Serialize for ConnectQueue
impl Serialize 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
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