pub struct TransferBuilder(pub Box<TransferInner>);
Tuple Fields§
§0: Box<TransferInner>
Implementations§
Source§impl TransferBuilder
impl TransferBuilder
pub fn handle(self, val: Handle) -> Self
pub fn delivery_id(self, val: DeliveryNumber) -> Self
pub fn delivery_tag(self, val: DeliveryTag) -> Self
pub fn message_format(self, val: MessageFormat) -> Self
pub fn settled(self, val: bool) -> Self
pub fn more(self, val: bool) -> Self
pub fn rcv_settle_mode(self, val: ReceiverSettleMode) -> Self
pub fn state(self, val: DeliveryState) -> Self
pub fn resume(self, val: bool) -> Self
pub fn aborted(self, val: bool) -> Self
pub fn batchable(self, val: bool) -> Self
pub fn body(self, body: TransferBody) -> Self
pub fn finish(self) -> Transfer
Trait Implementations§
Source§impl Clone for TransferBuilder
impl Clone for TransferBuilder
Source§fn clone(&self) -> TransferBuilder
fn clone(&self) -> TransferBuilder
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 TransferBuilder
impl Debug for TransferBuilder
Source§impl PartialEq for TransferBuilder
impl PartialEq for TransferBuilder
impl Eq for TransferBuilder
impl StructuralPartialEq for TransferBuilder
Auto Trait Implementations§
impl Freeze for TransferBuilder
impl !RefUnwindSafe for TransferBuilder
impl Send for TransferBuilder
impl !Sync for TransferBuilder
impl Unpin for TransferBuilder
impl !UnwindSafe for TransferBuilder
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