pub enum StatusRequestDocType {
StatusRequest,
CatalogueRequest,
}Expand description
Document type for StatusRequest_MarketDocument.
Variants§
Trait Implementations§
Source§impl Clone for StatusRequestDocType
impl Clone for StatusRequestDocType
Source§fn clone(&self) -> StatusRequestDocType
fn clone(&self) -> StatusRequestDocType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StatusRequestDocType
Source§impl Debug for StatusRequestDocType
impl Debug for StatusRequestDocType
Source§impl<'de> Deserialize<'de> for StatusRequestDocType
impl<'de> Deserialize<'de> for StatusRequestDocType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StatusRequestDocType
Source§impl Hash for StatusRequestDocType
impl Hash for StatusRequestDocType
Source§impl PartialEq for StatusRequestDocType
impl PartialEq for StatusRequestDocType
Source§fn eq(&self, other: &StatusRequestDocType) -> bool
fn eq(&self, other: &StatusRequestDocType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StatusRequestDocType
impl Serialize for StatusRequestDocType
impl StructuralPartialEq for StatusRequestDocType
Auto Trait Implementations§
impl Freeze for StatusRequestDocType
impl RefUnwindSafe for StatusRequestDocType
impl Send for StatusRequestDocType
impl Sync for StatusRequestDocType
impl Unpin for StatusRequestDocType
impl UnsafeUnpin for StatusRequestDocType
impl UnwindSafe for StatusRequestDocType
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