pub struct TextToolSession { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextToolSession
impl RefUnwindSafe for TextToolSession
impl Send for TextToolSession
impl Sync for TextToolSession
impl Unpin for TextToolSession
impl UnsafeUnpin for TextToolSession
impl UnwindSafe for TextToolSession
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