pub struct PrimitiveMeta {Show 21 fields
pub mbool: Meta,
pub mint: Meta,
pub mint8: Meta,
pub mint16: Meta,
pub mint32: Meta,
pub mint64: Meta,
pub muint: Meta,
pub muint_ptr: Meta,
pub muint8: Meta,
pub muint16: Meta,
pub muint32: Meta,
pub muint64: Meta,
pub mfloat32: Meta,
pub mfloat64: Meta,
pub mcomplex64: Meta,
pub mcomplex128: Meta,
pub mstr: Meta,
pub unsafe_ptr: Meta,
pub default_sig: Meta,
pub empty_iface: Meta,
pub none: Meta,
}
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.