pub struct KeywordConsumer {
pub keys: Vec<&'static str>,
pub keyword: Box<dyn Keyword + 'static>,
}
Fields§
§keys: Vec<&'static str>
§keyword: Box<dyn Keyword + 'static>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeywordConsumer
impl !RefUnwindSafe for KeywordConsumer
impl !Send for KeywordConsumer
impl Sync for KeywordConsumer
impl Unpin for KeywordConsumer
impl !UnwindSafe for KeywordConsumer
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