Struct BindFn
pub struct BindFn<Bound, F: ?Sized>(/* private fields */);Available on crate features
func and func-bind only.Trait Implementations§
§impl<'a, B: ?Sized + 'a, F, O, T> Func<(T₁, T₂, …, Tₙ)> for BindFn<&'a B, F>
This trait is implemented for argument lists up to 20 items long
impl<'a, B: ?Sized + 'a, F, O, T> Func<(T₁, T₂, …, Tₙ)> for BindFn<&'a B, F>
This trait is implemented for argument lists up to 20 items long
§impl<'a, B: ?Sized + 'a, F, O, T> FuncMut<(T₁, T₂, …, Tₙ)> for BindFn<&'a B, F>
This trait is implemented for argument lists up to 20 items long
impl<'a, B: ?Sized + 'a, F, O, T> FuncMut<(T₁, T₂, …, Tₙ)> for BindFn<&'a B, F>
This trait is implemented for argument lists up to 20 items long
Auto Trait Implementations§
impl<Bound, F> Freeze for BindFn<Bound, F>
impl<Bound, F> RefUnwindSafe for BindFn<Bound, F>
impl<Bound, F> Send for BindFn<Bound, F>
impl<Bound, F> Sync for BindFn<Bound, F>
impl<Bound, F> Unpin for BindFn<Bound, F>
impl<Bound, F> UnwindSafe for BindFn<Bound, F>
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<T> TupleSplitFront<()> for T
impl<T> TupleSplitFront<()> for T
§fn split_front(self) -> ((), T)
fn split_front(self) -> ((), T)
Available on crate features
tuple and tuple-ops only.