pub struct Machine {
pub id: Option<i64>,
pub item: Option<NamedApiResource>,
pub move_: Option<NamedApiResource>,
pub version_group: Option<NamedApiResource>,
}Expand description
Fields
id: Option<i64>The identifier for this resource.
item: Option<NamedApiResource>The TM or HM item that corresponds to this machine.
move_: Option<NamedApiResource>The move that is taught by this machine.
version_group: Option<NamedApiResource>The version group that this machine applies to.
Trait Implementations
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 RefUnwindSafe for Machine
impl UnwindSafe for Machine
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
