pub enum JType {
Void,
Primitive(JPrimitive),
Class(String),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for JType
Auto Trait Implementations§
impl Freeze for JType
impl RefUnwindSafe for JType
impl Send for JType
impl Sync for JType
impl Unpin for JType
impl UnwindSafe for JType
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