pub enum CharacterizationMethod {
Xrd,
}Expand description
AGENTS.md §11 names XRD explicitly (“XRD等による中間確認” – XRD etc.); v0.1 only needs the one it names.
Variants§
Xrd
Trait Implementations§
Source§impl Clone for CharacterizationMethod
impl Clone for CharacterizationMethod
Source§fn clone(&self) -> CharacterizationMethod
fn clone(&self) -> CharacterizationMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CharacterizationMethod
Source§impl Debug for CharacterizationMethod
impl Debug for CharacterizationMethod
Source§impl<'de> Deserialize<'de> for CharacterizationMethod
impl<'de> Deserialize<'de> for CharacterizationMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CharacterizationMethod
Source§impl PartialEq for CharacterizationMethod
impl PartialEq for CharacterizationMethod
Source§impl Serialize for CharacterizationMethod
impl Serialize for CharacterizationMethod
impl StructuralPartialEq for CharacterizationMethod
Auto Trait Implementations§
impl Freeze for CharacterizationMethod
impl RefUnwindSafe for CharacterizationMethod
impl Send for CharacterizationMethod
impl Sync for CharacterizationMethod
impl Unpin for CharacterizationMethod
impl UnsafeUnpin for CharacterizationMethod
impl UnwindSafe for CharacterizationMethod
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