pub struct Dequeue {
pub name: String,
pub action_hook: Option<String>,
pub beep: Option<bool>,
pub timeout: Option<u8>,
}Fields§
§name: String§action_hook: Option<String>§beep: Option<bool>§timeout: Option<u8>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dequeue
impl<'de> Deserialize<'de> for Dequeue
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
Auto Trait Implementations§
impl Freeze for Dequeue
impl RefUnwindSafe for Dequeue
impl Send for Dequeue
impl Sync for Dequeue
impl Unpin for Dequeue
impl UnwindSafe for Dequeue
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