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