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