struct EntryPointArgument {
ty_name: String,
name: String,
binding: String,
init: Option<Handle<Expression>>,
}Fields§
§ty_name: String§name: String§binding: String§init: Option<Handle<Expression>>Auto Trait Implementations§
impl Freeze for EntryPointArgument
impl RefUnwindSafe for EntryPointArgument
impl Send for EntryPointArgument
impl Sync for EntryPointArgument
impl Unpin for EntryPointArgument
impl UnsafeUnpin for EntryPointArgument
impl UnwindSafe for EntryPointArgument
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