pub struct SimplexNameInfo {
pub name_type: SimplexNameType,
pub name_domain: SimplexNameDomain,
pub undocumented: JsonObject,
}Fields§
§name_type: SimplexNameType§name_domain: SimplexNameDomain§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for SimplexNameInfo
impl Clone for SimplexNameInfo
Source§fn clone(&self) -> SimplexNameInfo
fn clone(&self) -> SimplexNameInfo
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 moreSource§impl Debug for SimplexNameInfo
impl Debug for SimplexNameInfo
Source§impl<'de> Deserialize<'de> for SimplexNameInfo
impl<'de> Deserialize<'de> for SimplexNameInfo
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 SimplexNameInfo
impl PartialEq for SimplexNameInfo
Source§fn eq(&self, other: &SimplexNameInfo) -> bool
fn eq(&self, other: &SimplexNameInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SimplexNameInfo
impl Serialize for SimplexNameInfo
impl StructuralPartialEq for SimplexNameInfo
Auto Trait Implementations§
impl Freeze for SimplexNameInfo
impl RefUnwindSafe for SimplexNameInfo
impl Send for SimplexNameInfo
impl Sync for SimplexNameInfo
impl Unpin for SimplexNameInfo
impl UnsafeUnpin for SimplexNameInfo
impl UnwindSafe for SimplexNameInfo
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