pub struct CmdArgTypeHookMut<__F>(pub __F);Tuple Fields§
§0: __FTrait Implementations§
Source§impl<__F: FnMut(&mut CmdArgType)> HookMut for CmdArgTypeHookMut<__F>
impl<__F: FnMut(&mut CmdArgType)> HookMut for CmdArgTypeHookMut<__F>
fn hook_cmd_arg_type_mut(&mut self, i: &mut CmdArgType)
fn hook_mono_type_mut(&mut self, i: &mut MonoType)
fn hook_row_mut(&mut self, i: &mut Row)
Auto Trait Implementations§
impl<__F> Freeze for CmdArgTypeHookMut<__F>where
__F: Freeze,
impl<__F> RefUnwindSafe for CmdArgTypeHookMut<__F>where
__F: RefUnwindSafe,
impl<__F> Send for CmdArgTypeHookMut<__F>where
__F: Send,
impl<__F> Sync for CmdArgTypeHookMut<__F>where
__F: Sync,
impl<__F> Unpin for CmdArgTypeHookMut<__F>where
__F: Unpin,
impl<__F> UnsafeUnpin for CmdArgTypeHookMut<__F>where
__F: UnsafeUnpin,
impl<__F> UnwindSafe for CmdArgTypeHookMut<__F>where
__F: UnwindSafe,
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more