pub enum GetWait {
NoWait,
Wait(MQLONG),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetWait
impl RefUnwindSafe for GetWait
impl Send for GetWait
impl Sync for GetWait
impl Unpin for GetWait
impl UnwindSafe for GetWait
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