pub enum DwellSpec {
Seconds(f64),
UntilDone,
UntilAck,
UntilActive,
Lipsync,
UntilFocusOff,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DwellSpec
impl<'de> Deserialize<'de> for DwellSpec
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DwellSpec
Auto Trait Implementations§
impl Freeze for DwellSpec
impl RefUnwindSafe for DwellSpec
impl Send for DwellSpec
impl Sync for DwellSpec
impl Unpin for DwellSpec
impl UnsafeUnpin for DwellSpec
impl UnwindSafe for DwellSpec
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