Struct donet_core::dckeyword::interim::DCKeyword
source · pub struct DCKeyword {
pub span: Span,
pub name: String,
pub historical_flag: HistoricalFlag,
}
Fields§
§span: Span
§name: String
§historical_flag: HistoricalFlag
Trait Implementations§
source§impl From<KeywordDefinition> for DCKeyword
impl From<KeywordDefinition> for DCKeyword
source§fn from(value: KeywordDefinition) -> Self
fn from(value: KeywordDefinition) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DCKeyword
impl RefUnwindSafe for DCKeyword
impl Send for DCKeyword
impl Sync for DCKeyword
impl Unpin for DCKeyword
impl UnwindSafe for DCKeyword
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