pub struct ClassField {
pub name: Str,
pub ty: RefType,
pub static_: bool,
}
Fields§
§name: Str
§ty: RefType
§static_: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClassField
impl RefUnwindSafe for ClassField
impl Send for ClassField
impl Sync for ClassField
impl Unpin for ClassField
impl UnwindSafe for ClassField
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