pub struct ComponentExpression {Show 16 fields
pub label_entity_id: Option<String>,
pub label_asym_id: Option<String>,
pub auth_asym_id: Option<String>,
pub label_seq_id: Option<i32>,
pub auth_seq_id: Option<i32>,
pub pdbx_pdb_ins_code: Option<String>,
pub beg_label_seq_id: Option<i32>,
pub end_label_seq_id: Option<i32>,
pub beg_auth_seq_id: Option<i32>,
pub end_auth_seq_id: Option<i32>,
pub residue_index: Option<i32>,
pub label_atom_id: Option<String>,
pub auth_atom_id: Option<String>,
pub type_symbol: Option<String>,
pub atom_id: Option<i32>,
pub atom_index: Option<i32>,
}
Expand description
Component Expresssion
Fields§
§label_entity_id: Option<String>
§label_asym_id: Option<String>
§auth_asym_id: Option<String>
§label_seq_id: Option<i32>
§auth_seq_id: Option<i32>
§pdbx_pdb_ins_code: Option<String>
§beg_label_seq_id: Option<i32>
§end_label_seq_id: Option<i32>
§beg_auth_seq_id: Option<i32>
§end_auth_seq_id: Option<i32>
§residue_index: Option<i32>
§label_atom_id: Option<String>
§auth_atom_id: Option<String>
§type_symbol: Option<String>
§atom_id: Option<i32>
§atom_index: Option<i32>
Trait Implementations§
source§impl Clone for ComponentExpression
impl Clone for ComponentExpression
source§fn clone(&self) -> ComponentExpression
fn clone(&self) -> ComponentExpression
Returns a copy 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 ComponentExpression
impl Debug for ComponentExpression
source§impl Default for ComponentExpression
impl Default for ComponentExpression
source§fn default() -> ComponentExpression
fn default() -> ComponentExpression
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ComponentExpression
impl<'de> Deserialize<'de> for ComponentExpression
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
Auto Trait Implementations§
impl Freeze for ComponentExpression
impl RefUnwindSafe for ComponentExpression
impl Send for ComponentExpression
impl Sync for ComponentExpression
impl Unpin for ComponentExpression
impl UnwindSafe for ComponentExpression
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)