Struct donet_core::dckeyword::DCKeyword
source · pub struct DCKeyword {
name: String,
historical_flag: HistoricalFlag,
}
Fields§
§name: String
§historical_flag: HistoricalFlag
Implementations§
source§impl DCKeyword
impl DCKeyword
pub fn get_name(&self) -> String
pub fn get_historical_flag(&self) -> HistoricalFlag
Trait Implementations§
source§impl LegacyDCHash for DCKeyword
impl LegacyDCHash for DCKeyword
source§fn generate_hash(&self, hashgen: &mut DCHashGenerator)
fn generate_hash(&self, hashgen: &mut DCHashGenerator)
Accumulates the properties of this DC element into the file hash.
impl Eq for DCKeyword
impl StructuralPartialEq for DCKeyword
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)