Enum Jstrt
#[repr(u8)]pub enum Jstrt {
NOTSTARTED = 0,
STARTED = 1,
}
Variants§
NOTSTARTED = 0
No injected channel conversion started
STARTED = 1
Injected channel conversion has started
Implementations§
Trait Implementations§
§impl Ord for Jstrt
impl Ord for Jstrt
§impl PartialOrd for Jstrt
impl PartialOrd for Jstrt
impl Copy for Jstrt
impl Eq for Jstrt
impl StructuralPartialEq for Jstrt
Auto Trait Implementations§
impl Freeze for Jstrt
impl RefUnwindSafe for Jstrt
impl Send for Jstrt
impl Sync for Jstrt
impl Unpin for Jstrt
impl UnwindSafe for Jstrt
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