pub struct Utf8Delta(/* private fields */);Expand description
Bounded non-empty UTF-8 text or thinking delta.
Implementations§
Trait Implementations§
impl Eq for Utf8Delta
impl StructuralPartialEq for Utf8Delta
Auto Trait Implementations§
impl Freeze for Utf8Delta
impl RefUnwindSafe for Utf8Delta
impl Send for Utf8Delta
impl Sync for Utf8Delta
impl Unpin for Utf8Delta
impl UnsafeUnpin for Utf8Delta
impl UnwindSafe for Utf8Delta
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