Enum sep2_common::packages::pubsub::HTTPEncoding
source · #[repr(u8)]pub enum HTTPEncoding {
SEPXML = 0,
SEPEXI = 1,
}
Available on crate feature
pubsub
only.Variants§
Trait Implementations§
source§impl Clone for HTTPEncoding
impl Clone for HTTPEncoding
source§fn clone(&self) -> HTTPEncoding
fn clone(&self) -> HTTPEncoding
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 HTTPEncoding
impl Debug for HTTPEncoding
source§impl Default for HTTPEncoding
impl Default for HTTPEncoding
source§fn default() -> HTTPEncoding
fn default() -> HTTPEncoding
Returns the “default value” for a type. Read more
source§impl Ord for HTTPEncoding
impl Ord for HTTPEncoding
source§fn cmp(&self, other: &HTTPEncoding) -> Ordering
fn cmp(&self, other: &HTTPEncoding) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<HTTPEncoding> for HTTPEncoding
impl PartialEq<HTTPEncoding> for HTTPEncoding
source§fn eq(&self, other: &HTTPEncoding) -> bool
fn eq(&self, other: &HTTPEncoding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<HTTPEncoding> for HTTPEncoding
impl PartialOrd<HTTPEncoding> for HTTPEncoding
source§fn partial_cmp(&self, other: &HTTPEncoding) -> Option<Ordering>
fn partial_cmp(&self, other: &HTTPEncoding) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl YaDeserialize for HTTPEncoding
impl YaDeserialize for HTTPEncoding
source§impl YaSerialize for HTTPEncoding
impl YaSerialize for HTTPEncoding
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Copy for HTTPEncoding
impl Eq for HTTPEncoding
impl StructuralEq for HTTPEncoding
impl StructuralPartialEq for HTTPEncoding
Auto Trait Implementations§
impl RefUnwindSafe for HTTPEncoding
impl Send for HTTPEncoding
impl Sync for HTTPEncoding
impl Unpin for HTTPEncoding
impl UnwindSafe for HTTPEncoding
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