pub enum DirectionSpec {
Out,
In,
Both,
}Variants§
Trait Implementations§
Source§impl Clone for DirectionSpec
impl Clone for DirectionSpec
Source§fn clone(&self) -> DirectionSpec
fn clone(&self) -> DirectionSpec
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 DirectionSpec
Source§impl Debug for DirectionSpec
impl Debug for DirectionSpec
Source§impl<'de> Deserialize<'de> for DirectionSpec
impl<'de> Deserialize<'de> for DirectionSpec
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 DirectionSpec
Source§impl PartialEq for DirectionSpec
impl PartialEq for DirectionSpec
Source§impl Serialize for DirectionSpec
impl Serialize for DirectionSpec
impl StructuralPartialEq for DirectionSpec
Auto Trait Implementations§
impl Freeze for DirectionSpec
impl RefUnwindSafe for DirectionSpec
impl Send for DirectionSpec
impl Sync for DirectionSpec
impl Unpin for DirectionSpec
impl UnsafeUnpin for DirectionSpec
impl UnwindSafe for DirectionSpec
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