Enum zbus::quick_xml::ArgDirection
source · pub enum ArgDirection {
In,
Out,
}Expand description
A direction of an argument
Variants§
Trait Implementations§
source§impl Clone for ArgDirection
impl Clone for ArgDirection
source§fn clone(&self) -> ArgDirection
fn clone(&self) -> ArgDirection
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 ArgDirection
impl Debug for ArgDirection
source§impl<'de> Deserialize<'de> for ArgDirection
impl<'de> Deserialize<'de> for ArgDirection
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
source§impl PartialEq<ArgDirection> for ArgDirection
impl PartialEq<ArgDirection> for ArgDirection
source§fn eq(&self, other: &ArgDirection) -> bool
fn eq(&self, other: &ArgDirection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.