pub struct Implement {
pub adapter_func: FuncId,
pub core_func: FunctionId,
/* private fields */
}Fields§
§adapter_func: FuncId§core_func: FunctionIdImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Implement
impl RefUnwindSafe for Implement
impl Send for Implement
impl Sync for Implement
impl Unpin for Implement
impl UnwindSafe for Implement
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