pub struct RustConst {
pub name: String,
pub ty: String,
pub uty: UnifiedType,
}Expand description
Rust定数
Fields§
§name: String§ty: String§uty: UnifiedTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for RustConst
impl RefUnwindSafe for RustConst
impl Send for RustConst
impl Sync for RustConst
impl Unpin for RustConst
impl UnsafeUnpin for RustConst
impl UnwindSafe for RustConst
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