pub struct RustTypeAlias {
pub name: String,
pub ty: String,
pub uty: UnifiedType,
}Expand description
Rust型エイリアス
Fields§
§name: String§ty: String§uty: UnifiedTypeTrait Implementations§
Source§impl Clone for RustTypeAlias
impl Clone for RustTypeAlias
Source§fn clone(&self) -> RustTypeAlias
fn clone(&self) -> RustTypeAlias
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RustTypeAlias
impl RefUnwindSafe for RustTypeAlias
impl Send for RustTypeAlias
impl Sync for RustTypeAlias
impl Unpin for RustTypeAlias
impl UnsafeUnpin for RustTypeAlias
impl UnwindSafe for RustTypeAlias
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