Struct xmpp_parsers::http_upload::SlotResult
source · pub struct SlotResult {
pub put: Put,
pub get: Get,
}
Expand description
Requesting a slot
Fields§
§put: Put
Put URL and headers
get: Get
Get URL
Trait Implementations§
source§impl Clone for SlotResult
impl Clone for SlotResult
source§fn clone(&self) -> SlotResult
fn clone(&self) -> SlotResult
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 SlotResult
impl Debug for SlotResult
source§impl From<SlotResult> for Element
impl From<SlotResult> for Element
source§fn from(elem: SlotResult) -> Element
fn from(elem: SlotResult) -> Element
Converts to this type from the input type.
source§impl FromXml for SlotResult
impl FromXml for SlotResult
§type Builder = FromEventsViaElement<SlotResult>
type Builder = FromEventsViaElement<SlotResult>
A builder type used to construct the element.
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 IntoXml for SlotResult
impl IntoXml for SlotResult
§type EventIter = IntoEventsViaElement<SlotResult>
type EventIter = IntoEventsViaElement<SlotResult>
The iterator type.
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.source§impl PartialEq for SlotResult
impl PartialEq for SlotResult
source§fn eq(&self, other: &SlotResult) -> bool
fn eq(&self, other: &SlotResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for SlotResult
impl TryFrom<Element> for SlotResult
impl IqResultPayload for SlotResult
impl StructuralPartialEq for SlotResult
Auto Trait Implementations§
impl Freeze for SlotResult
impl RefUnwindSafe for SlotResult
impl Send for SlotResult
impl Sync for SlotResult
impl Unpin for SlotResult
impl UnwindSafe for SlotResult
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