pub struct Wink {
pub duration: Duration,
}
Available on crate feature
ui-client
only.Fields§
§duration: Duration
Trait Implementations§
impl Eq for Wink
impl StructuralPartialEq for Wink
Auto Trait Implementations§
impl Freeze for Wink
impl RefUnwindSafe for Wink
impl Send for Wink
impl Sync for Wink
impl Unpin for Wink
impl UnwindSafe for Wink
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