pub enum SenderSettleMode {
Unsettled,
Settled,
Mixed,
}
Variants§
Implementations§
Source§impl SenderSettleMode
impl SenderSettleMode
pub fn try_from(v: u8) -> Result<Self, AmqpParseError>
Trait Implementations§
Source§impl Clone for SenderSettleMode
impl Clone for SenderSettleMode
Source§fn clone(&self) -> SenderSettleMode
fn clone(&self) -> SenderSettleMode
Returns a copy 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 SenderSettleMode
impl Debug for SenderSettleMode
Source§impl Encode for SenderSettleMode
impl Encode for SenderSettleMode
Source§impl PartialEq for SenderSettleMode
impl PartialEq for SenderSettleMode
impl Copy for SenderSettleMode
impl StructuralPartialEq for SenderSettleMode
Auto Trait Implementations§
impl Freeze for SenderSettleMode
impl RefUnwindSafe for SenderSettleMode
impl Send for SenderSettleMode
impl Sync for SenderSettleMode
impl Unpin for SenderSettleMode
impl UnwindSafe for SenderSettleMode
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