pub struct GET_MAIN_FUNCTION;Trait Implementations§
Source§impl Clone for GET_MAIN_FUNCTION
impl Clone for GET_MAIN_FUNCTION
Source§fn clone(&self) -> GET_MAIN_FUNCTION
fn clone(&self) -> GET_MAIN_FUNCTION
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ControlCommand for GET_MAIN_FUNCTION
impl ControlCommand for GET_MAIN_FUNCTION
const IDENTIFIER: ControlCommandIdentifier
type Input = ()
type Output = Option<Box<dyn Fn(Standard, Vec<String>) -> Pin<Box<dyn Future<Output = Result<(), NonZero<usize>>>>>>>
fn cast_input(input: &AnyByLayout) -> Result<&Self::Input, Error>
fn cast_output(output: &mut AnyByLayout) -> Result<&mut Self::Output, Error>
fn cast<'i, 'o>( input: &'i AnyByLayout, output: &'o mut AnyByLayout, ) -> Result<(&'i Self::Input, &'o mut Self::Output), Error>
Source§impl Debug for GET_MAIN_FUNCTION
impl Debug for GET_MAIN_FUNCTION
impl Copy for GET_MAIN_FUNCTION
Auto Trait Implementations§
impl Freeze for GET_MAIN_FUNCTION
impl RefUnwindSafe for GET_MAIN_FUNCTION
impl Send for GET_MAIN_FUNCTION
impl Sync for GET_MAIN_FUNCTION
impl Unpin for GET_MAIN_FUNCTION
impl UnwindSafe for GET_MAIN_FUNCTION
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