pub struct StreamManagement {
    pub optional: bool,
}Expand description
Represents availability of Stream Management in <stream:features/>.
Fields§
§optional: boolUndocumented <optional/> flag.
Trait Implementations§
Source§impl AsXml for StreamManagement
 
impl AsXml for StreamManagement
Source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = StreamManagementAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
 
type ItemIter<'xso_proc_as_xml_iter_lifetime> = StreamManagementAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
Source§impl Clone for StreamManagement
 
impl Clone for StreamManagement
Source§fn clone(&self) -> StreamManagement
 
fn clone(&self) -> StreamManagement
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 StreamManagement
 
impl Debug for StreamManagement
Source§impl From<&StreamManagement> for Element
 
impl From<&StreamManagement> for Element
Source§fn from(other: &StreamManagement) -> Self
 
fn from(other: &StreamManagement) -> Self
Converts to this type from the input type.
Source§impl From<StreamManagement> for Element
 
impl From<StreamManagement> for Element
Source§fn from(other: StreamManagement) -> Self
 
fn from(other: StreamManagement) -> Self
Converts to this type from the input type.
Source§impl FromXml for StreamManagement
 
impl FromXml for StreamManagement
Source§type Builder = StreamManagementFromXmlBuilder
 
type Builder = StreamManagementFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
    name: QName,
    attrs: AttrMap,
    ctx: &Context<'_>,
) -> Result<Self::Builder, FromEventsError>
 
fn from_events( name: QName, attrs: AttrMap, ctx: &Context<'_>, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Source§fn xml_name_matcher() -> XmlNameMatcher<'static>
 
fn xml_name_matcher() -> XmlNameMatcher<'static>
Return a predicate which determines if 
Self may be parsed from
a given XML element. Read moreSource§impl PartialEq for StreamManagement
 
impl PartialEq for StreamManagement
Source§impl TryFrom<Element> for StreamManagement
 
impl TryFrom<Element> for StreamManagement
Source§type Error = FromElementError
 
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for StreamManagement
Auto Trait Implementations§
impl Freeze for StreamManagement
impl RefUnwindSafe for StreamManagement
impl Send for StreamManagement
impl Sync for StreamManagement
impl Unpin for StreamManagement
impl UnwindSafe for StreamManagement
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