pub struct TextLoader { /* private fields */ }Expand description
Wraps a string of text into a single Document.
Implementations§
Trait Implementations§
Source§impl Clone for TextLoader
impl Clone for TextLoader
Source§fn clone(&self) -> TextLoader
fn clone(&self) -> TextLoader
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 TextLoader
impl Debug for TextLoader
Auto Trait Implementations§
impl Freeze for TextLoader
impl RefUnwindSafe for TextLoader
impl Send for TextLoader
impl Sync for TextLoader
impl Unpin for TextLoader
impl UnsafeUnpin for TextLoader
impl UnwindSafe for TextLoader
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