pub struct Wink {
pub duration: Duration,
}Fields§
§duration: DurationTrait Implementations§
Source§impl RequestVariant for Wink
Available on crate feature ui-client only.
impl RequestVariant for Wink
Available on crate feature
ui-client only.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 UnsafeUnpin 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