pub enum ModellingKind {
Instance,
Template,
}Variants§
Trait Implementations§
Source§impl Clone for ModellingKind
impl Clone for ModellingKind
Source§fn clone(&self) -> ModellingKind
fn clone(&self) -> ModellingKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModellingKind
impl Debug for ModellingKind
Source§impl Default for ModellingKind
impl Default for ModellingKind
Source§fn default() -> ModellingKind
fn default() -> ModellingKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModellingKind
impl<'de> Deserialize<'de> for ModellingKind
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
Source§impl FromStr for ModellingKind
impl FromStr for ModellingKind
Source§impl PartialEq for ModellingKind
impl PartialEq for ModellingKind
Source§impl Serialize for ModellingKind
impl Serialize for ModellingKind
impl StructuralPartialEq for ModellingKind
Auto Trait Implementations§
impl Freeze for ModellingKind
impl RefUnwindSafe for ModellingKind
impl Send for ModellingKind
impl Sync for ModellingKind
impl Unpin for ModellingKind
impl UnwindSafe for ModellingKind
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