pub struct OpenInner {
pub container_id: ByteString,
pub hostname: Option<ByteString>,
pub max_frame_size: u32,
pub channel_max: u16,
pub idle_time_out: Option<Milliseconds>,
pub outgoing_locales: Option<IetfLanguageTags>,
pub incoming_locales: Option<IetfLanguageTags>,
pub offered_capabilities: Option<Symbols>,
pub desired_capabilities: Option<Symbols>,
pub properties: Option<Fields>,
}
Fields§
§container_id: ByteString
§hostname: Option<ByteString>
§max_frame_size: u32
§channel_max: u16
§idle_time_out: Option<Milliseconds>
§outgoing_locales: Option<IetfLanguageTags>
§incoming_locales: Option<IetfLanguageTags>
§offered_capabilities: Option<Symbols>
§desired_capabilities: Option<Symbols>
§properties: Option<Fields>
Trait Implementations§
impl Eq for OpenInner
impl StructuralPartialEq for OpenInner
Auto Trait Implementations§
impl Freeze for OpenInner
impl !RefUnwindSafe for OpenInner
impl Send for OpenInner
impl Sync for OpenInner
impl Unpin for OpenInner
impl !UnwindSafe for OpenInner
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