Enum PendingOutput
pub enum PendingOutput {
NoOutput,
Hold,
}Expand description
Speculative output while tap-hold is pending.
Variants§
Trait Implementations§
§impl Clone for PendingOutput
impl Clone for PendingOutput
§fn clone(&self) -> PendingOutput
fn clone(&self) -> PendingOutput
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 PendingOutput
§impl Debug for PendingOutput
impl Debug for PendingOutput
§impl<'de> Deserialize<'de> for PendingOutput
impl<'de> Deserialize<'de> for PendingOutput
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PendingOutput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PendingOutput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq for PendingOutput
impl PartialEq for PendingOutput
impl StructuralPartialEq for PendingOutput
Auto Trait Implementations§
impl Freeze for PendingOutput
impl RefUnwindSafe for PendingOutput
impl Send for PendingOutput
impl Sync for PendingOutput
impl Unpin for PendingOutput
impl UnsafeUnpin for PendingOutput
impl UnwindSafe for PendingOutput
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