pub struct ArgInfo {
pub(crate) name: String,
pub(crate) type: TypeOrOverride,
}
Fields§
§name: String
§type: TypeOrOverride
Trait Implementations§
Source§impl From<MemberInfo> for ArgInfo
impl From<MemberInfo> for ArgInfo
Source§fn from(value: MemberInfo) -> Self
fn from(value: MemberInfo) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ArgInfo
impl RefUnwindSafe for ArgInfo
impl !Send for ArgInfo
impl !Sync for ArgInfo
impl Unpin for ArgInfo
impl UnwindSafe for ArgInfo
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