pub struct MecabResponse {
pub values: Vec<String>,
}
Fields§
§values: Vec<String>
Auto Trait Implementations§
impl Freeze for MecabResponse
impl RefUnwindSafe for MecabResponse
impl Send for MecabResponse
impl Sync for MecabResponse
impl Unpin for MecabResponse
impl UnwindSafe for MecabResponse
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