Enum hrdf_parser::DirectionType
source · pub enum DirectionType {
Outbound,
Return,
}Variants§
Trait Implementations§
source§impl Clone for DirectionType
impl Clone for DirectionType
source§fn clone(&self) -> DirectionType
fn clone(&self) -> DirectionType
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 DirectionType
impl Debug for DirectionType
source§impl Default for DirectionType
impl Default for DirectionType
source§fn default() -> DirectionType
fn default() -> DirectionType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DirectionType
impl<'de> Deserialize<'de> for DirectionType
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 Display for DirectionType
impl Display for DirectionType
source§impl FromStr for DirectionType
impl FromStr for DirectionType
source§impl Hash for DirectionType
impl Hash for DirectionType
source§impl PartialEq for DirectionType
impl PartialEq for DirectionType
source§impl Serialize for DirectionType
impl Serialize for DirectionType
source§impl TryFrom<&str> for DirectionType
impl TryFrom<&str> for DirectionType
impl Copy for DirectionType
impl Eq for DirectionType
impl StructuralPartialEq for DirectionType
Auto Trait Implementations§
impl Freeze for DirectionType
impl RefUnwindSafe for DirectionType
impl Send for DirectionType
impl Sync for DirectionType
impl Unpin for DirectionType
impl UnwindSafe for DirectionType
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.