pub enum DirectionDef {
In,
Out,
High,
Low,
}
Variants§
Implementations§
Source§impl<'de> DirectionDef
impl<'de> DirectionDef
pub fn deserialize<__D>(__deserializer: __D) -> Result<Direction, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectionDef
impl RefUnwindSafe for DirectionDef
impl Send for DirectionDef
impl Sync for DirectionDef
impl Unpin for DirectionDef
impl UnwindSafe for DirectionDef
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