pub enum DeduplicationScope {
Queue,
MessageGroup,
}Variants§
Trait Implementations§
Source§impl Clone for DeduplicationScope
impl Clone for DeduplicationScope
Source§fn clone(&self) -> DeduplicationScope
fn clone(&self) -> DeduplicationScope
Returns a duplicate 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 DeduplicationScope
impl Debug for DeduplicationScope
Source§impl From<DeduplicationScope> for String
impl From<DeduplicationScope> for String
Source§fn from(value: DeduplicationScope) -> Self
fn from(value: DeduplicationScope) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeduplicationScope
impl RefUnwindSafe for DeduplicationScope
impl Send for DeduplicationScope
impl Sync for DeduplicationScope
impl Unpin for DeduplicationScope
impl UnwindSafe for DeduplicationScope
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