pub enum IbOnline {
Close,
Reset(c_int),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IbOnline
impl RefUnwindSafe for IbOnline
impl Send for IbOnline
impl Sync for IbOnline
impl Unpin for IbOnline
impl UnwindSafe for IbOnline
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