pub struct TextTurn<T: Toolset = NoTools> {
pub config: TurnConfig<T>,
}Fields§
§config: TurnConfig<T>Implementations§
Trait Implementations§
impl<T: Toolset> StructuralPartialEq for TextTurn<T>
Auto Trait Implementations§
impl<T> Freeze for TextTurn<T>
impl<T> RefUnwindSafe for TextTurn<T>
impl<T> Send for TextTurn<T>
impl<T> Sync for TextTurn<T>
impl<T> Unpin for TextTurn<T>
impl<T> UnsafeUnpin for TextTurn<T>
impl<T> UnwindSafe for TextTurn<T>
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