pub struct Combos {
pub combos: Vec<Combo>,
pub timeout_ms: Option<u64>,
pub prior_idle_time_ms: Option<u64>,
}Fields§
§combos: Vec<Combo>§timeout_ms: Option<u64>§prior_idle_time_ms: Option<u64>Auto Trait Implementations§
impl Freeze for Combos
impl RefUnwindSafe for Combos
impl Send for Combos
impl Sync for Combos
impl Unpin for Combos
impl UnsafeUnpin for Combos
impl UnwindSafe for Combos
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