pub struct GatewayCommandPipelineConfig {
pub ack_rejections: bool,
}Expand description
Gateway command pipeline configuration.
Fields§
§ack_rejections: boolEncode negative ACKs for gateway/queue rejections.
Trait Implementations§
Source§impl Clone for GatewayCommandPipelineConfig
impl Clone for GatewayCommandPipelineConfig
Source§fn clone(&self) -> GatewayCommandPipelineConfig
fn clone(&self) -> GatewayCommandPipelineConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GatewayCommandPipelineConfig
Source§impl Debug for GatewayCommandPipelineConfig
impl Debug for GatewayCommandPipelineConfig
impl Eq for GatewayCommandPipelineConfig
impl StructuralPartialEq for GatewayCommandPipelineConfig
Auto Trait Implementations§
impl Freeze for GatewayCommandPipelineConfig
impl RefUnwindSafe for GatewayCommandPipelineConfig
impl Send for GatewayCommandPipelineConfig
impl Sync for GatewayCommandPipelineConfig
impl Unpin for GatewayCommandPipelineConfig
impl UnsafeUnpin for GatewayCommandPipelineConfig
impl UnwindSafe for GatewayCommandPipelineConfig
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