pub struct StreamingTextProps {
pub content: String,
}Fields§
§content: StringTrait Implementations§
Source§impl Clone for StreamingTextProps
impl Clone for StreamingTextProps
Source§fn clone(&self) -> StreamingTextProps
fn clone(&self) -> StreamingTextProps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamingTextProps
impl Debug for StreamingTextProps
Source§impl PartialEq for StreamingTextProps
impl PartialEq for StreamingTextProps
impl Eq for StreamingTextProps
impl StructuralPartialEq for StreamingTextProps
Auto Trait Implementations§
impl Freeze for StreamingTextProps
impl RefUnwindSafe for StreamingTextProps
impl Send for StreamingTextProps
impl Sync for StreamingTextProps
impl Unpin for StreamingTextProps
impl UnsafeUnpin for StreamingTextProps
impl UnwindSafe for StreamingTextProps
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