pub struct ITfFunctionProvider(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for ITfFunctionProvider
impl !Sync for ITfFunctionProvider
impl Freeze for ITfFunctionProvider
impl RefUnwindSafe for ITfFunctionProvider
impl Unpin for ITfFunctionProvider
impl UnsafeUnpin for ITfFunctionProvider
impl UnwindSafe for ITfFunctionProvider
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