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§impl Clone for SubscribeOptions
impl Clone for SubscribeOptions
Source§fn clone(&self) -> SubscribeOptions
fn clone(&self) -> SubscribeOptions
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 SubscribeOptions
impl Debug for SubscribeOptions
Source§impl From<SubscribeOptions> for Element
impl From<SubscribeOptions> for Element
Source§fn from(subscribe_options: SubscribeOptions) -> Element
fn from(subscribe_options: SubscribeOptions) -> Element
Converts to this type from the input type.
Source§impl FromXml for SubscribeOptions
impl FromXml for SubscribeOptions
Source§type Builder = FromEventsViaElement<SubscribeOptions>
type Builder = FromEventsViaElement<SubscribeOptions>
A builder type used to construct the element. Read more
Source§fn from_events(
qname: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( qname: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Source§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