pub struct QueueDeclare { /* private fields */ }Expand description
Wrapper for queue declare fields
Implementations§
Source§impl QueueDeclare
impl QueueDeclare
Sourcepub fn ttl(duration: Duration) -> QueueDeclare
pub fn ttl(duration: Duration) -> QueueDeclare
Creates the fields with TTL set in
Trait Implementations§
Source§impl Default for QueueDeclare
impl Default for QueueDeclare
Source§fn default() -> QueueDeclare
fn default() -> QueueDeclare
Returns the “default value” for a type. Read more
Source§impl Into<FieldTable> for QueueDeclare
impl Into<FieldTable> for QueueDeclare
Source§fn into(self) -> FieldTable
fn into(self) -> FieldTable
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for QueueDeclare
impl RefUnwindSafe for QueueDeclare
impl Send for QueueDeclare
impl Sync for QueueDeclare
impl Unpin for QueueDeclare
impl UnwindSafe for QueueDeclare
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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