pub struct ComplementizerPhrase<W: Word>(/* private fields */);
Implementations§
Source§impl<W> ComplementizerPhrase<W>where
W: Word,
impl<W> ComplementizerPhrase<W>where
W: Word,
pub fn complementizer(&self) -> Option<&C<W>>
pub fn complementizer_mut(&mut self) -> Option<&mut C<W>>
pub fn with_complementizer(self, complementizer: C<W>) -> Self
pub fn sentence(&self) -> &S<W>
pub fn with_sentence(self, sentence: S<W>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for ComplementizerPhrase<W>where
W: Freeze,
impl<W> RefUnwindSafe for ComplementizerPhrase<W>where
W: RefUnwindSafe,
impl<W> Send for ComplementizerPhrase<W>where
W: Send,
impl<W> Sync for ComplementizerPhrase<W>where
W: Sync,
impl<W> Unpin for ComplementizerPhrase<W>where
W: Unpin,
impl<W> UnwindSafe for ComplementizerPhrase<W>where
W: UnwindSafe,
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