pub struct Leader {
pub name: String,
pub kind: LeaderKind,
pub manuever: u16,
pub shock: u16,
pub fire: u16,
pub siege: u16,
pub monarch_id: Option<ObjId>,
pub personality: Option<String>,
pub activation: Option<Eu4Date>,
pub id: Option<ObjId>,
}Fields§
§name: String§kind: LeaderKind§manuever: u16§shock: u16§fire: u16§siege: u16§monarch_id: Option<ObjId>§personality: Option<String>§activation: Option<Eu4Date>§id: Option<ObjId>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Leader
impl<'de> Deserialize<'de> for Leader
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 Leader
impl RefUnwindSafe for Leader
impl Send for Leader
impl Sync for Leader
impl Unpin for Leader
impl UnwindSafe for Leader
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