pub struct AttachBuilder(pub Box<AttachInner>);
Tuple Fields§
§0: Box<AttachInner>
Implementations§
Source§impl AttachBuilder
impl AttachBuilder
pub fn name(self, val: ByteString) -> Self
pub fn handle(self, val: Handle) -> Self
pub fn role(self, val: Role) -> Self
pub fn snd_settle_mode(self, val: SenderSettleMode) -> Self
pub fn rcv_settle_mode(self, val: ReceiverSettleMode) -> Self
pub fn source(self, val: Source) -> Self
pub fn target(self, val: Target) -> Self
pub fn unsettled(self, val: Map) -> Self
pub fn incomplete_unsettled(self, val: bool) -> Self
pub fn initial_delivery_count(self, val: SequenceNo) -> Self
pub fn max_message_size(self, val: u64) -> Self
pub fn offered_capabilities(self, val: Symbols) -> Self
pub fn desired_capabilities(self, val: Symbols) -> Self
pub fn properties(self, val: Fields) -> Self
pub fn finish(self) -> Attach
Trait Implementations§
Source§impl Clone for AttachBuilder
impl Clone for AttachBuilder
Source§fn clone(&self) -> AttachBuilder
fn clone(&self) -> AttachBuilder
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 AttachBuilder
impl Debug for AttachBuilder
Source§impl PartialEq for AttachBuilder
impl PartialEq for AttachBuilder
impl Eq for AttachBuilder
impl StructuralPartialEq for AttachBuilder
Auto Trait Implementations§
impl Freeze for AttachBuilder
impl !RefUnwindSafe for AttachBuilder
impl Send for AttachBuilder
impl Sync for AttachBuilder
impl Unpin for AttachBuilder
impl !UnwindSafe for AttachBuilder
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