pub struct ScriptFunctionParameter<'a> {
pub meta: Option<Meta>,
pub name: String,
pub type_query: TypeQuery<'a>,
}
Fields§
§meta: Option<Meta>
§name: String
§type_query: TypeQuery<'a>
Implementations§
Source§impl<'a> ScriptFunctionParameter<'a>
impl<'a> ScriptFunctionParameter<'a>
pub fn build(&self, registry: &Registry) -> FunctionParameter
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ScriptFunctionParameter<'a>
impl<'a> RefUnwindSafe for ScriptFunctionParameter<'a>
impl<'a> Send for ScriptFunctionParameter<'a>
impl<'a> Sync for ScriptFunctionParameter<'a>
impl<'a> Unpin for ScriptFunctionParameter<'a>
impl<'a> UnwindSafe for ScriptFunctionParameter<'a>
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