pub enum CJTypeKind {
Normal,
Seq,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CJTypeKind
impl RefUnwindSafe for CJTypeKind
impl Send for CJTypeKind
impl Sync for CJTypeKind
impl Unpin for CJTypeKind
impl UnsafeUnpin for CJTypeKind
impl UnwindSafe for CJTypeKind
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