pub struct InlineFeatures {
pub bind2: Option<BindFeature>,
pub sm: Option<StreamManagement>,
pub payloads: Vec<Element>,
}
Expand description
Additional auth information provided by server
Fields§
§bind2: Option<BindFeature>
Bind 2 inline feature
sm: Option<StreamManagement>
Stream management inline feature
payloads: Vec<Element>
Additional inline features
Trait Implementations§
Source§impl AsXml for InlineFeatures
impl AsXml for InlineFeatures
Source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = InlineFeaturesAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = InlineFeaturesAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
Source§impl Clone for InlineFeatures
impl Clone for InlineFeatures
Source§fn clone(&self) -> InlineFeatures
fn clone(&self) -> InlineFeatures
Returns a copy 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 InlineFeatures
impl Debug for InlineFeatures
Source§impl From<InlineFeatures> for Element
impl From<InlineFeatures> for Element
Source§fn from(other: InlineFeatures) -> Self
fn from(other: InlineFeatures) -> Self
Converts to this type from the input type.
Source§impl FromXml for InlineFeatures
impl FromXml for InlineFeatures
Source§type Builder = InlineFeaturesFromXmlBuilder
type Builder = InlineFeaturesFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Source§impl PartialEq for InlineFeatures
impl PartialEq for InlineFeatures
Source§impl TryFrom<Element> for InlineFeatures
impl TryFrom<Element> for InlineFeatures
impl StructuralPartialEq for InlineFeatures
Auto Trait Implementations§
impl Freeze for InlineFeatures
impl RefUnwindSafe for InlineFeatures
impl Send for InlineFeatures
impl Sync for InlineFeatures
impl Unpin for InlineFeatures
impl UnwindSafe for InlineFeatures
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)