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