Enum donet_core::dckeyword::IdentifyKeyword
source · pub enum IdentifyKeyword {
ByStruct(DCKeyword),
ByName(String),
}
Expand description
Represents the two types of inputs that DCKeywordList.has_keyword
accepts for looking up a Keyword. In Panda and Astron, the
has_keyword
method is overloaded instead.
Variants§
Auto Trait Implementations§
impl Freeze for IdentifyKeyword
impl RefUnwindSafe for IdentifyKeyword
impl Send for IdentifyKeyword
impl Sync for IdentifyKeyword
impl Unpin for IdentifyKeyword
impl UnwindSafe for IdentifyKeyword
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