pub struct LayerInput {
pub content: String,
pub tokens: usize,
pub metadata: HashMap<String, String>,
}Fields§
§content: String§tokens: usize§metadata: HashMap<String, String>Trait Implementations§
Source§impl Clone for LayerInput
impl Clone for LayerInput
Source§fn clone(&self) -> LayerInput
fn clone(&self) -> LayerInput
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 moreAuto Trait Implementations§
impl Freeze for LayerInput
impl RefUnwindSafe for LayerInput
impl Send for LayerInput
impl Sync for LayerInput
impl Unpin for LayerInput
impl UnsafeUnpin for LayerInput
impl UnwindSafe for LayerInput
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