pub struct DeepArchimedeaCondition {
pub key: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
}Fields§
§key: Option<String>§name: Option<String>§description: Option<String>Implementations§
Source§impl DeepArchimedeaCondition
impl DeepArchimedeaCondition
pub fn new() -> DeepArchimedeaCondition
Trait Implementations§
Source§impl Clone for DeepArchimedeaCondition
impl Clone for DeepArchimedeaCondition
Source§fn clone(&self) -> DeepArchimedeaCondition
fn clone(&self) -> DeepArchimedeaCondition
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 DeepArchimedeaCondition
impl Debug for DeepArchimedeaCondition
Source§impl Default for DeepArchimedeaCondition
impl Default for DeepArchimedeaCondition
Source§fn default() -> DeepArchimedeaCondition
fn default() -> DeepArchimedeaCondition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeepArchimedeaCondition
impl<'de> Deserialize<'de> for DeepArchimedeaCondition
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 PartialEq for DeepArchimedeaCondition
impl PartialEq for DeepArchimedeaCondition
Source§impl Serialize for DeepArchimedeaCondition
impl Serialize for DeepArchimedeaCondition
impl StructuralPartialEq for DeepArchimedeaCondition
Auto Trait Implementations§
impl Freeze for DeepArchimedeaCondition
impl RefUnwindSafe for DeepArchimedeaCondition
impl Send for DeepArchimedeaCondition
impl Sync for DeepArchimedeaCondition
impl Unpin for DeepArchimedeaCondition
impl UnwindSafe for DeepArchimedeaCondition
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