pub struct ThinkingDelta {
pub block_index: u64,
pub kind: &'static str,
pub text: String,
}Fields§
§block_index: u64§kind: &'static str§text: StringTrait Implementations§
Source§impl Clone for ThinkingDelta
impl Clone for ThinkingDelta
Source§fn clone(&self) -> ThinkingDelta
fn clone(&self) -> ThinkingDelta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ThinkingDelta
impl RefUnwindSafe for ThinkingDelta
impl Send for ThinkingDelta
impl Sync for ThinkingDelta
impl Unpin for ThinkingDelta
impl UnsafeUnpin for ThinkingDelta
impl UnwindSafe for ThinkingDelta
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