Struct xmpp_parsers::ibb::Open
source · pub struct Open {
pub block_size: u16,
pub sid: StreamId,
pub stanza: Stanza,
}
Expand description
Starts an In-Band Bytestream session with the given parameters.
Fields§
§block_size: u16
Maximum size in bytes for each chunk.
sid: StreamId
The identifier to be used to create a stream.
stanza: Stanza
Which stanza type to use to exchange data.
Trait Implementations§
source§impl PartialEq for Open
impl PartialEq for Open
impl IqSetPayload for Open
impl StructuralPartialEq for Open
Auto Trait Implementations§
impl RefUnwindSafe for Open
impl Send for Open
impl Sync for Open
impl Unpin for Open
impl UnwindSafe for Open
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