pub struct TalentNodeSummary {
pub id: i32,
pub pos_x: i32,
pub pos_y: i32,
pub max_ranks: i32,
pub node_type: i32,
}Fields§
§id: i32§pos_x: i32§pos_y: i32§max_ranks: i32§node_type: i32Implementations§
Trait Implementations§
Source§impl Clone for TalentNodeSummary
impl Clone for TalentNodeSummary
Source§fn clone(&self) -> TalentNodeSummary
fn clone(&self) -> TalentNodeSummary
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 TalentNodeSummary
impl Debug for TalentNodeSummary
Source§impl<'de> Deserialize<'de> for TalentNodeSummary
impl<'de> Deserialize<'de> for TalentNodeSummary
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 TalentNodeSummary
impl RefUnwindSafe for TalentNodeSummary
impl Send for TalentNodeSummary
impl Sync for TalentNodeSummary
impl Unpin for TalentNodeSummary
impl UnsafeUnpin for TalentNodeSummary
impl UnwindSafe for TalentNodeSummary
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