Struct xmpp_parsers::pubsub::pubsub::PublishOptions
source · pub struct PublishOptions {
pub form: Option<DataForm>,
}
Expand description
The options associated to a publish request.
Fields§
§form: Option<DataForm>
The form describing these options.
Trait Implementations§
source§impl AsXml for PublishOptions
impl AsXml for PublishOptions
source§impl Clone for PublishOptions
impl Clone for PublishOptions
source§fn clone(&self) -> PublishOptions
fn clone(&self) -> PublishOptions
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 PublishOptions
impl Debug for PublishOptions
source§impl From<PublishOptions> for Element
impl From<PublishOptions> for Element
source§fn from(elem: PublishOptions) -> Element
fn from(elem: PublishOptions) -> Element
Converts to this type from the input type.
source§impl FromXml for PublishOptions
impl FromXml for PublishOptions
§type Builder = FromEventsViaElement<PublishOptions>
type Builder = FromEventsViaElement<PublishOptions>
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 PublishOptions
impl PartialEq for PublishOptions
source§fn eq(&self, other: &PublishOptions) -> bool
fn eq(&self, other: &PublishOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for PublishOptions
impl TryFrom<Element> for PublishOptions
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
source§fn try_from(elem: Element) -> Result<PublishOptions, FromElementError>
fn try_from(elem: Element) -> Result<PublishOptions, FromElementError>
Performs the conversion.
impl StructuralPartialEq for PublishOptions
Auto Trait Implementations§
impl Freeze for PublishOptions
impl RefUnwindSafe for PublishOptions
impl Send for PublishOptions
impl Sync for PublishOptions
impl Unpin for PublishOptions
impl UnwindSafe for PublishOptions
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)