pub struct TypeRefBuilder<F = Identity> { /* private fields */ }Expand description
Type (signature) reference builder (for function/import/indirect call)
Implementations§
Auto Trait Implementations§
impl<F> Freeze for TypeRefBuilder<F>where
    F: Freeze,
impl<F> RefUnwindSafe for TypeRefBuilder<F>where
    F: RefUnwindSafe,
impl<F> Send for TypeRefBuilder<F>where
    F: Send,
impl<F> Sync for TypeRefBuilder<F>where
    F: Sync,
impl<F> Unpin for TypeRefBuilder<F>where
    F: Unpin,
impl<F> UnwindSafe for TypeRefBuilder<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