pub struct CharacteristicResponse {
pub descriptions: Vec<Description>,
pub gene_modulo: i64,
pub highest_stat: Resource,
pub id: i64,
pub possible_values: Vec<i64>,
}Fields§
§descriptions: Vec<Description>§gene_modulo: i64§highest_stat: Resource§id: i64§possible_values: Vec<i64>Trait Implementations§
source§impl Clone for CharacteristicResponse
impl Clone for CharacteristicResponse
source§fn clone(&self) -> CharacteristicResponse
fn clone(&self) -> CharacteristicResponse
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 CharacteristicResponse
impl Debug for CharacteristicResponse
source§impl Default for CharacteristicResponse
impl Default for CharacteristicResponse
source§fn default() -> CharacteristicResponse
fn default() -> CharacteristicResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CharacteristicResponse
impl<'de> Deserialize<'de> for CharacteristicResponse
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 CharacteristicResponse
impl PartialEq for CharacteristicResponse
source§fn eq(&self, other: &CharacteristicResponse) -> bool
fn eq(&self, other: &CharacteristicResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CharacteristicResponse
impl Serialize for CharacteristicResponse
impl StructuralPartialEq for CharacteristicResponse
Auto Trait Implementations§
impl RefUnwindSafe for CharacteristicResponse
impl Send for CharacteristicResponse
impl Sync for CharacteristicResponse
impl Unpin for CharacteristicResponse
impl UnwindSafe for CharacteristicResponse
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