pub struct RustParam {
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 RustParam
impl RefUnwindSafe for RustParam
impl Send for RustParam
impl Sync for RustParam
impl Unpin for RustParam
impl UnsafeUnpin for RustParam
impl UnwindSafe for RustParam
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