pub struct OpenBuilder(pub Box<OpenInner>);
Tuple Fields§
§0: Box<OpenInner>
Implementations§
Source§impl OpenBuilder
impl OpenBuilder
pub fn container_id(self, val: ByteString) -> Self
pub fn hostname(self, val: ByteString) -> Self
pub fn max_frame_size(self, val: u32) -> Self
pub fn channel_max(self, val: u16) -> Self
pub fn idle_time_out(self, val: Milliseconds) -> Self
pub fn outgoing_locales(self, val: IetfLanguageTags) -> Self
pub fn incoming_locales(self, val: IetfLanguageTags) -> 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) -> Open
Trait Implementations§
Source§impl Clone for OpenBuilder
impl Clone for OpenBuilder
Source§fn clone(&self) -> OpenBuilder
fn clone(&self) -> OpenBuilder
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 OpenBuilder
impl Debug for OpenBuilder
Source§impl PartialEq for OpenBuilder
impl PartialEq for OpenBuilder
impl Eq for OpenBuilder
impl StructuralPartialEq for OpenBuilder
Auto Trait Implementations§
impl Freeze for OpenBuilder
impl !RefUnwindSafe for OpenBuilder
impl Send for OpenBuilder
impl Sync for OpenBuilder
impl Unpin for OpenBuilder
impl !UnwindSafe for OpenBuilder
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