pub struct SubscribeOptions { /* private fields */ }Expand description
Indicate that the subscription can be configured.
Trait Implementations§
Source§impl AsXml for SubscribeOptions
impl AsXml for SubscribeOptions
Source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = SubscribeOptionsAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = SubscribeOptionsAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
Source§impl Clone for SubscribeOptions
impl Clone for SubscribeOptions
Source§fn clone(&self) -> SubscribeOptions
fn clone(&self) -> SubscribeOptions
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 SubscribeOptions
impl Debug for SubscribeOptions
Source§impl From<&SubscribeOptions> for Element
impl From<&SubscribeOptions> for Element
Source§fn from(other: &SubscribeOptions) -> Self
fn from(other: &SubscribeOptions) -> Self
Converts to this type from the input type.
Source§impl From<SubscribeOptions> for Element
impl From<SubscribeOptions> for Element
Source§fn from(other: SubscribeOptions) -> Self
fn from(other: SubscribeOptions) -> Self
Converts to this type from the input type.
Source§impl FromXml for SubscribeOptions
impl FromXml for SubscribeOptions
Source§type Builder = SubscribeOptionsFromXmlBuilder
type Builder = SubscribeOptionsFromXmlBuilder
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 SubscribeOptions
impl PartialEq for SubscribeOptions
Source§impl TryFrom<Element> for SubscribeOptions
impl TryFrom<Element> for SubscribeOptions
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for SubscribeOptions
Auto Trait Implementations§
impl Freeze for SubscribeOptions
impl RefUnwindSafe for SubscribeOptions
impl Send for SubscribeOptions
impl Sync for SubscribeOptions
impl Unpin for SubscribeOptions
impl UnwindSafe for SubscribeOptions
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