pub struct OutputNounSibling {
pub position: usize,
pub is_excluded: bool,
pub determiners: Vec<usize>,
pub adjectives: Vec<OutputAdjective>,
pub seperators: Vec<usize>,
}
Fields§
§position: usize
§is_excluded: bool
§determiners: Vec<usize>
§adjectives: Vec<OutputAdjective>
§seperators: Vec<usize>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OutputNounSibling
impl<'de> Deserialize<'de> for OutputNounSibling
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OutputNounSibling
impl RefUnwindSafe for OutputNounSibling
impl Send for OutputNounSibling
impl Sync for OutputNounSibling
impl Unpin for OutputNounSibling
impl UnwindSafe for OutputNounSibling
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