Struct xmpp_parsers::rtt::Wait
source · pub struct Wait {
pub time: u32,
}
Expand description
Allow for the transmission of intervals, between real-time text actions, to recreate the pauses between key presses.
Fields§
§time: u32
Amount of milliseconds to wait before the next action.
Trait Implementations§
source§impl PartialEq for Wait
impl PartialEq for Wait
impl StructuralPartialEq for Wait
Auto Trait Implementations§
impl Freeze for Wait
impl RefUnwindSafe for Wait
impl Send for Wait
impl Sync for Wait
impl Unpin for Wait
impl UnwindSafe for Wait
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